1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00

avcodec: fix doxy placement

This commit is contained in:
Anton Khirnov 2015-11-06 12:27:16 +01:00
parent 8de1ee9f72
commit 79f5347a98

View File

@ -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.