changeset 2451:0fcee7879d3f libavcodec

10l
author michael
date Sun, 23 Jan 2005 16:18:10 +0000
parents e248c6250232
children 73a66a4a6ab4
files xvidff.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xvidff.c	Sun Jan 23 14:07:25 2005 +0000
+++ b/xvidff.c	Sun Jan 23 16:18:10 2005 +0000
@@ -442,7 +442,7 @@
         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 ) {