diff 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
line wrap: on
line diff
--- a/h264.h	Tue Dec 16 20:09:09 2008 +0000
+++ b/h264.h	Tue Dec 16 20:26:22 2008 +0000
@@ -491,6 +491,8 @@
      * pic_struct in picture timing SEI message
      */
     SEI_PicStructType sei_pic_struct;
+
+    int is_complex;
 }H264Context;
 
 #endif /* AVCODEC_H264_H */