[FFmpeg-cvslog] r10990 - trunk/libavcodec/vc1.c
kostya
subversion
Sat Nov 10 09:23:02 CET 2007
Author: kostya
Date: Sat Nov 10 09:23:01 2007
New Revision: 10990
Log:
X8 is supported now, so warning is incorrect
Modified:
trunk/libavcodec/vc1.c
Modified: trunk/libavcodec/vc1.c
==============================================================================
--- trunk/libavcodec/vc1.c (original)
+++ trunk/libavcodec/vc1.c Sat Nov 10 09:23:01 2007
@@ -809,12 +809,6 @@ static int decode_sequence_header(AVCode
}
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->res_fasttx = get_bits1(gb);
if (!v->res_fasttx)
More information about the ffmpeg-cvslog
mailing list