comparison h264.h @ 8353:add1a0d65370 libavcodec

Do not recalculate constant part of is_complex for every MB.
author michael
date Tue, 16 Dec 2008 20:26:22 +0000
parents 2f35f9781c31
children b749b637ecfa
comparison
equal deleted inserted replaced
8352:82790b28b6e0 8353:add1a0d65370
489 489
490 /** 490 /**
491 * pic_struct in picture timing SEI message 491 * pic_struct in picture timing SEI message
492 */ 492 */
493 SEI_PicStructType sei_pic_struct; 493 SEI_PicStructType sei_pic_struct;
494
495 int is_complex;
494 }H264Context; 496 }H264Context;
495 497
496 #endif /* AVCODEC_H264_H */ 498 #endif /* AVCODEC_H264_H */