提交 6b476f05 编写于 作者: M Michael Niedermayer

Remove useless #if 0 code.

Originally committed as revision 14297 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 7c0efecc
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册