[FFmpeg-cvslog] r22179 - trunk/libavcodec/h264.h

michael subversion
Wed Mar 3 20:44:27 CET 2010


Author: michael
Date: Wed Mar  3 20:44:27 2010
New Revision: 22179

Log:
remove unused left_border field from context.

Modified:
   trunk/libavcodec/h264.h

Modified: trunk/libavcodec/h264.h
==============================================================================
--- trunk/libavcodec/h264.h	Wed Mar  3 20:32:50 2010	(r22178)
+++ trunk/libavcodec/h264.h	Wed Mar  3 20:44:27 2010	(r22179)
@@ -305,7 +305,6 @@ typedef struct H264Context{
     unsigned int topright_samples_available;
     unsigned int left_samples_available;
     uint8_t (*top_borders[2])[16+2*8];
-    uint8_t left_border[2*(17+2*9)];
 
     /**
      * non zero coeff count cache.



More information about the ffmpeg-cvslog mailing list