diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-11-11 14:41:49 +0100 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-11-11 14:41:49 +0100 |
commit | b33d58c31f210d6409a54f3adb6e9a3d0c1642f6 (patch) | |
tree | 1f09c04031eab1762e89aad382503306e37e0e3f /libavcodec | |
parent | 611c22140a54db0baa863b26368e12d3a1d8267e (diff) | |
parent | 79f5347a983342e2711ca8ba19ec3d8d151183f0 (diff) | |
download | ffmpeg-b33d58c31f210d6409a54f3adb6e9a3d0c1642f6.tar.gz |
Merge commit '79f5347a983342e2711ca8ba19ec3d8d151183f0'
* commit '79f5347a983342e2711ca8ba19ec3d8d151183f0':
avcodec: fix doxy placement
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 95cdf5a823..1af17ed569 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -789,11 +789,11 @@ typedef struct RcOverride{ * interlaced motion estimation */ #define AV_CODEC_FLAG_INTERLACED_ME (1 << 29) +#define AV_CODEC_FLAG_CLOSED_GOP (1U << 31) + /** * Allow non spec compliant speedup tricks. */ -#define AV_CODEC_FLAG_CLOSED_GOP (1U << 31) - #define AV_CODEC_FLAG2_FAST (1 << 0) /** * Skip bitstream encoding. |