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

reimar subversion
Sat Mar 27 14:22:08 CET 2010


Author: reimar
Date: Sat Mar 27 14:22:07 2010
New Revision: 22700

Log:
Clearer CODEC_CAP_DR1 documentation.

Modified:
   trunk/libavcodec/avcodec.h

Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h	Sat Mar 27 14:17:56 2010	(r22699)
+++ trunk/libavcodec/avcodec.h	Sat Mar 27 14:22:07 2010	(r22700)
@@ -604,8 +604,9 @@ typedef struct RcOverride{
 
 #define CODEC_CAP_DRAW_HORIZ_BAND 0x0001 ///< Decoder can use draw_horiz_band callback.
 /**
- * Codec uses get_buffer() for allocating buffers.
- * direct rendering method 1
+ * Codec uses get_buffer() for allocating buffers and supports custom allocators.
+ * If not set, it might not use get_buffer() at all or use operations that
+ * assume the buffer was allocated by avcodec_default_get_buffer.
  */
 #define CODEC_CAP_DR1             0x0002
 /* If 'parse_only' field is true, then avcodec_parse_frame() can be used. */



More information about the ffmpeg-cvslog mailing list