[FFmpeg-cvslog] avcodec: fix doxy placement

Anton Khirnov git at videolan.org
Wed Nov 11 14:42:51 CET 2015


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri Nov  6 12:27:16 2015 +0100| [79f5347a983342e2711ca8ba19ec3d8d151183f0] | committer: Anton Khirnov

avcodec: fix doxy placement

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=79f5347a983342e2711ca8ba19ec3d8d151183f0
---

 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 ffmpeg-cvslog mailing list