Mercurial > libavcodec.hg
changeset 11545:c7084c69abcc libavcodec
Clearer CODEC_CAP_DR1 documentation.
author | reimar |
---|---|
date | Sat, 27 Mar 2010 13:22:07 +0000 |
parents | 0eb476c1730d |
children | 1d81cd330928 |
files | avcodec.h |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Fri Mar 26 05:04:03 2010 +0000 +++ b/avcodec.h Sat Mar 27 13:22:07 2010 +0000 @@ -604,8 +604,9 @@ #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. */