Remove useless #if 0 code.
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 19 Jul 2008 10:47:25 +0000 (10:47 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 19 Jul 2008 10:47:25 +0000 (10:47 +0000)
Originally committed as revision 14297 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h264.c

index 26d57ac..c4591c8 100644 (file)
@@ -7820,9 +7820,6 @@ static int decode_frame(AVCodecContext *avctx,
 
         //FIXME do something with unavailable reference frames
 
-#if 0 //decode order
-            *data_size = sizeof(AVFrame);
-#else
             /* Sort B-frames into display order */
 
             if(h->sps.bitstream_restriction_flag
@@ -7881,7 +7878,6 @@ static int decode_frame(AVCodecContext *avctx,
 
                 h->outputed_poc = out->poc;
             }
-#endif
 
             if(out)
                 *pict= *(AVFrame*)out;