Commit 225e77cd authored by michaelni's avatar michaelni

meanigfull dr1 comment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1779 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 67217c0a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment