Mercurial > libavcodec.hg
changeset 5905:d5790580ed3e libavcodec
X8 is supported now, so warning is incorrect
author | kostya |
---|---|
date | Sat, 10 Nov 2007 08:23:01 +0000 |
parents | 4d8ecacecccb |
children | 595a2f31430e |
files | vc1.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/vc1.c Sat Nov 10 06:10:46 2007 +0000 +++ b/vc1.c Sat Nov 10 08:23:01 2007 +0000 @@ -809,12 +809,6 @@ } 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)