[libav-commits] avcodec: fix doxy placement
Anton Khirnov
git at libav.org
Mon Nov 9 08:19:24 CET 2015
Module: libav
Branch: master
Commit: 79f5347a983342e2711ca8ba19ec3d8d151183f0
Author: Anton Khirnov <anton at khirnov.net>
Committer: Anton Khirnov <anton at khirnov.net>
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.
More information about the libav-commits
mailing list