Commit 3e52e95c authored by michael's avatar michael

Add assert(sps.direct_8x8_inference_flag) to FIXME comment.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21662 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5ecde93f
......@@ -352,6 +352,7 @@ single_col:
if(IS_INTERLACED(*mb_type) != IS_INTERLACED(mb_type_col[0])){
/* FIXME assumes direct_8x8_inference == 1 */
int y_shift = 2*!IS_INTERLACED(*mb_type);
assert(h->sps.direct_8x8_inference_flag);
for(i8=0; i8<4; i8++){
const int x8 = i8&1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment