# HG changeset patch # User michaelni # Date 1050523077 0 # Node ID f1054743bc567230798dffa4233f13b2cd419d85 # Parent b894732030f9af263190e04ebdda7690a3b4a10f meanigfull dr1 comment diff -r b894732030f9 -r f1054743bc56 avcodec.h --- a/avcodec.h Tue Apr 15 22:29:37 2003 +0000 +++ b/avcodec.h Wed Apr 16 19:57:57 2003 +0000 @@ -182,7 +182,11 @@ /* codec capabilities */ #define CODEC_CAP_DRAW_HORIZ_BAND 0x0001 ///< decoder can use draw_horiz_band callback -#define CODEC_CAP_DR1 0x0002 ///< direct rendering method 1 +/** + * Codec uses get_buffer() for allocating buffers. + * direct rendering method 1 + */ +#define CODEC_CAP_DR1 0x0002 /* if 'parse_only' field is true, then avcodec_parse_frame() can be used */ #define CODEC_CAP_PARSE_ONLY 0x0004