You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
X8 is supported now, so warning is incorrect
Originally committed as revision 10990 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -809,12 +809,6 @@ static int decode_sequence_header(AVCodecContext *avctx, GetBitContext *gb)
|
|||||||
}
|
}
|
||||||
|
|
||||||
v->res_x8 = get_bits1(gb); //reserved
|
v->res_x8 = get_bits1(gb); //reserved
|
||||||
if (v->res_x8)
|
|
||||||
{
|
|
||||||
av_log(avctx, AV_LOG_ERROR,
|
|
||||||
"1 for reserved RES_X8 is forbidden\n");
|
|
||||||
//return -1;
|
|
||||||
}
|
|
||||||
v->multires = get_bits1(gb);
|
v->multires = get_bits1(gb);
|
||||||
v->res_fasttx = get_bits1(gb);
|
v->res_fasttx = get_bits1(gb);
|
||||||
if (!v->res_fasttx)
|
if (!v->res_fasttx)
|
||||||
|
Reference in New Issue
Block a user