[FFmpeg-cvslog] r16305 - trunk/libavcodec/avcodec.h

michael subversion
Wed Dec 24 18:38:27 CET 2008


Author: michael
Date: Wed Dec 24 18:38:27 2008
New Revision: 16305

Log:
Allow decoders to set AVCodecContext.refs.

Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Wed Dec 24 04:23:38 2008	(r16304)
+++ trunk/libavcodec/avcodec.h	Wed Dec 24 18:38:27 2008	(r16305)
@@ -2082,7 +2082,7 @@ typedef struct AVCodecContext {
     /**
      * number of reference frames
      * - encoding: Set by user.
-     * - decoding: unused
+     * - decoding: Set by lavc.
      */
     int refs;
 




More information about the ffmpeg-cvslog mailing list