diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-11-06 12:27:16 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-11-09 07:52:20 +0100 |
commit | 79f5347a983342e2711ca8ba19ec3d8d151183f0 (patch) | |
tree | dbf362791628dde52153ab93bb7fb8bf5fe531c8 /libavcodec | |
parent | 8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8 (diff) | |
download | ffmpeg-79f5347a983342e2711ca8ba19ec3d8d151183f0.tar.gz |
avcodec: fix doxy placement
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index e368d6b185..b274ecdf64 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -699,11 +699,11 @@ typedef struct RcOverride{ * interlaced motion estimation */ #define AV_CODEC_FLAG_INTERLACED_ME (1 << 29) +#define AV_CODEC_FLAG_CLOSED_GOP (1 << 31) + /** * Allow non spec compliant speedup tricks. */ -#define AV_CODEC_FLAG_CLOSED_GOP (1 << 31) - #define AV_CODEC_FLAG2_FAST (1 << 0) /** * Skip bitstream encoding. |