]> git.sesse.net Git - ffmpeg/commitdiff
avcodec: fix doxy placement
authorAnton Khirnov <anton@khirnov.net>
Fri, 6 Nov 2015 11:27:16 +0000 (12:27 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 9 Nov 2015 06:52:20 +0000 (07:52 +0100)
libavcodec/avcodec.h

index e368d6b185f3f25c440af15cf567205f48a7ad7c..b274ecdf64b8377be27ba0d84d01dbb9af323cc5 100644 (file)
@@ -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.