Commit b33d58c3 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '79f5347a'

* commit '79f5347a':
  avcodec: fix doxy placement
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 611c2214 79f5347a
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment