[FFmpeg-soc] [soc]: r1318 - dirac/libavcodec/dirac.c

marco subversion at mplayerhq.hu
Sun Sep 9 15:21:30 CEST 2007


Author: marco
Date: Sun Sep  9 15:21:30 2007
New Revision: 1318

Log:
remove incorrect comment

Modified:
   dirac/libavcodec/dirac.c

Modified: dirac/libavcodec/dirac.c
==============================================================================
--- dirac/libavcodec/dirac.c	(original)
+++ dirac/libavcodec/dirac.c	Sun Sep  9 15:21:30 2007
@@ -3700,7 +3700,7 @@ static int encode_frame(AVCodecContext *
     } else if (s->next_parse_code == 0x0C) {
         dirac_encode_parse_info(s, 0x0C);
         dirac_encode_frame(s);
-        s->next_parse_code = 0x09; /* XXX: Disabled inter frames.  */
+        s->next_parse_code = 0x09;
     } else if (s->next_parse_code == 0x09) {
         s->ref[0] = s->refframes[0].frame.display_picture_number;
         dirac_encode_parse_info(s, 0x00);



More information about the FFmpeg-soc mailing list