diff --git a/libavcodec/xvidff.c b/libavcodec/xvidff.c
index ab81f033d7d942d6448c3c868e86460388277850..70f744f5e8fd480f2e7cb03b10977dcb688c01f8 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 ) {