projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce5d17f
)
X8 is supported now, so warning is incorrect
author
Kostya Shishkov
<kostya.shishkov@gmail.com>
Sat, 10 Nov 2007 08:23:01 +0000
(08:23 +0000)
committer
Kostya Shishkov
<kostya.shishkov@gmail.com>
Sat, 10 Nov 2007 08:23:01 +0000
(08:23 +0000)
Originally committed as revision 10990 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vc1.c
patch
|
blob
|
history
diff --git
a/libavcodec/vc1.c
b/libavcodec/vc1.c
index
dde743b
..
ed0b030
100644
(file)
--- a/
libavcodec/vc1.c
+++ b/
libavcodec/vc1.c
@@
-809,12
+809,6
@@
static int decode_sequence_header(AVCodecContext *avctx, GetBitContext *gb)
}
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)