Commit bd66a433 authored by michael's avatar michael

10l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3870 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0393f1e4
......@@ -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 ) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment