[FFmpeg-cvslog] r14297 - trunk/libavcodec/h264.c
michael
subversion
Sat Jul 19 12:47:26 CEST 2008
Author: michael
Date: Sat Jul 19 12:47:25 2008
New Revision: 14297
Log:
Remove useless #if 0 code.
Modified:
trunk/libavcodec/h264.c
Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c (original)
+++ trunk/libavcodec/h264.c Sat Jul 19 12:47:25 2008
@@ -7820,9 +7820,6 @@ static int decode_frame(AVCodecContext *
//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 *
h->outputed_poc = out->poc;
}
-#endif
if(out)
*pict= *(AVFrame*)out;
More information about the ffmpeg-cvslog
mailing list