diff h264.h @ 6783:df0893f4fd86 libavcodec

Store mb_xy in H264Context and only calculate it once per MB.
author astrange
date Sun, 11 May 2008 19:16:21 +0000
parents 7d40da88f0c7
children 9a31b6a8ae52
line wrap: on
line diff
--- a/h264.h	Sun May 11 18:47:16 2008 +0000
+++ b/h264.h	Sun May 11 19:16:21 2008 +0000
@@ -414,6 +414,8 @@
     int last_slice_type;
     /** @} */
 
+    int mb_xy;
+
 }H264Context;
 
 #endif /* FFMPEG_H264_H */