mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
meanigfull dr1 comment
Originally committed as revision 1779 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6e023978cf
commit
6814a25c67
@ -182,7 +182,11 @@ static const int Motion_Est_QTab[] = { ME_ZERO, ME_PHODS, ME_LOG,
|
||||
/* 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
|
||||
|
Loading…
Reference in New Issue
Block a user