diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-12-16 20:26:22 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-12-16 20:26:22 +0000 |
commit | 89db0bae260ca55eaa054fa4ff63ea76ade41560 (patch) | |
tree | c25a83b857e27b3bfb57d2e125d15dfae1aa201f /libavcodec/h264.h | |
parent | 41e4055b63d64f62fd259858ca0bca83e867878f (diff) | |
download | ffmpeg-89db0bae260ca55eaa054fa4ff63ea76ade41560.tar.gz |
Do not recalculate constant part of is_complex for every MB.
Originally committed as revision 16172 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 5599af9bd0..7708195f5b 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -491,6 +491,8 @@ typedef struct H264Context{ * pic_struct in picture timing SEI message */ SEI_PicStructType sei_pic_struct; + + int is_complex; }H264Context; #endif /* AVCODEC_H264_H */ |