From: Anton Khirnov Date: Fri, 6 Nov 2015 11:27:16 +0000 (+0100) Subject: avcodec: fix doxy placement X-Git-Tag: n3.0~102^2~255 X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=79f5347a983342e2711ca8ba19ec3d8d151183f0;hp=8de1ee9f725aa3c550f425bd3120bcd95d5b2ea8 avcodec: fix doxy placement --- 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.