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

michael subversion
Wed Feb 24 02:56:27 CET 2010


Author: michael
Date: Wed Feb 24 02:56:27 2010
New Revision: 22012

Log:
Remove unused variable. Seems i forgot to commit this.

Modified:
   trunk/libavcodec/h264.h

Modified: trunk/libavcodec/h264.h
==============================================================================
--- trunk/libavcodec/h264.h	Wed Feb 24 00:41:11 2010	(r22011)
+++ trunk/libavcodec/h264.h	Wed Feb 24 02:56:27 2010	(r22012)
@@ -269,7 +269,6 @@ typedef struct H264Context{
       * Used to parse AVC variant of h264
       */
     int is_avc; ///< this flag is != 0 if codec is avc1
-    int got_avcC; ///< flag used to parse avcC data only once
     int nal_length_size; ///< Number of bytes used for nal length (1, 2 or 4)
 
     int chroma_qp[2]; //QPc



More information about the ffmpeg-cvslog mailing list