Originally committed as revision 3870 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2005-01-23 16:18:10 +00:00
parent e8ea90123d
commit 9b21f0561b
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ int ff_xvid_encode_frame(AVCodecContext *avctx,
else if( xvid_enc_stats.type == XVID_TYPE_BVOP )
p->pict_type = FF_B_TYPE;
else if( xvid_enc_stats.type == XVID_TYPE_SVOP )
p->pict_type = FF_SP_TYPE;
p->pict_type = FF_S_TYPE;
else
p->pict_type = FF_I_TYPE;
if( xvid_enc_frame.out_flags & XVID_KEYFRAME ) {