提交 79f5347a 编写于 作者: A Anton Khirnov

avcodec: fix doxy placement

上级 8de1ee9f
...@@ -699,11 +699,11 @@ typedef struct RcOverride{ ...@@ -699,11 +699,11 @@ typedef struct RcOverride{
* interlaced motion estimation * interlaced motion estimation
*/ */
#define AV_CODEC_FLAG_INTERLACED_ME (1 << 29) #define AV_CODEC_FLAG_INTERLACED_ME (1 << 29)
#define AV_CODEC_FLAG_CLOSED_GOP (1 << 31)
/** /**
* Allow non spec compliant speedup tricks. * Allow non spec compliant speedup tricks.
*/ */
#define AV_CODEC_FLAG_CLOSED_GOP (1 << 31)
#define AV_CODEC_FLAG2_FAST (1 << 0) #define AV_CODEC_FLAG2_FAST (1 << 0)
/** /**
* Skip bitstream encoding. * Skip bitstream encoding.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册