mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Add assert(sps.direct_8x8_inference_flag) to FIXME comment.
Originally committed as revision 21662 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
50f8e98507
commit
5aa1d7598f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user