1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-06-04 05:57:49 +02:00

Merge commit '79f5347a983342e2711ca8ba19ec3d8d151183f0'

* commit '79f5347a983342e2711ca8ba19ec3d8d151183f0':
  avcodec: fix doxy placement

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
Hendrik Leppkes 2015-11-11 14:41:49 +01:00
commit b33d58c31f

View File

@ -789,11 +789,11 @@ typedef struct RcOverride{
* interlaced motion estimation * interlaced motion estimation
*/ */
#define AV_CODEC_FLAG_INTERLACED_ME (1 << 29) #define AV_CODEC_FLAG_INTERLACED_ME (1 << 29)
#define AV_CODEC_FLAG_CLOSED_GOP (1U << 31)
/** /**
* Allow non spec compliant speedup tricks. * Allow non spec compliant speedup tricks.
*/ */
#define AV_CODEC_FLAG_CLOSED_GOP (1U << 31)
#define AV_CODEC_FLAG2_FAST (1 << 0) #define AV_CODEC_FLAG2_FAST (1 << 0)
/** /**
* Skip bitstream encoding. * Skip bitstream encoding.