[FFmpeg-cvslog] r25250 - trunk/libavcodec/avcodec.h
    michael 
    subversion
       
    Wed Sep 29 13:59:25 CEST 2010
    
    
  
Author: michael
Date: Wed Sep 29 13:59:25 2010
New Revision: 25250
Log:
Add AVClass for the private context, this will be used for codec specific options.
Modified:
   trunk/libavcodec/avcodec.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Tue Sep 28 17:33:59 2010	(r25249)
+++ trunk/libavcodec/avcodec.h	Wed Sep 29 13:59:25 2010	(r25250)
@@ -2762,6 +2762,7 @@ typedef struct AVCodec {
     const enum SampleFormat *sample_fmts;   ///< array of supported sample formats, or NULL if unknown, array is terminated by -1
     const int64_t *channel_layouts;         ///< array of support channel layouts, or NULL if unknown. array is terminated by 0
     uint8_t max_lowres;                     ///< maximum value for lowres supported by the decoder
+    AVClass *priv_class;                    ///< AVClass for the private context
 } AVCodec;
 
 /**
    
    
More information about the ffmpeg-cvslog
mailing list