Module: libav Branch: master Commit: 79f5347a983342e2711ca8ba19ec3d8d151183f0
Author: Anton Khirnov <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Fri Nov 6 12:27:16 2015 +0100 avcodec: fix doxy placement --- libavcodec/avcodec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index e368d6b..b274ecd 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. _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
