mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Remove useless #if 0 code.
Originally committed as revision 14297 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7c0efeccfa
commit
6b476f05e3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user