summaryrefslogtreecommitdiff
path: root/libavcodec/xvidff.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-01-23 16:18:10 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-01-23 16:18:10 +0000
commit9b21f0561bd07ebb9da0878c577d7a802d07b7b8 (patch)
tree5e75651ddb6d927ac9925d39b6429fba90bf5be9 /libavcodec/xvidff.c
parente8ea90123d2b99d3fca37a5619fefe03b38763c2 (diff)
10l
Originally committed as revision 3870 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xvidff.c')
-rw-r--r--libavcodec/xvidff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/xvidff.c b/libavcodec/xvidff.c
index ab81f033d7..70f744f5e8 100644
--- a/libavcodec/xvidff.c
+++ b/libavcodec/xvidff.c
@@ -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 ) {