Browse Source

Merge commit '79f5347a983342e2711ca8ba19ec3d8d151183f0'

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

Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
tags/n3.0
Hendrik Leppkes 9 years ago
parent
commit
b33d58c31f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/avcodec.h

+ 2
- 2
libavcodec/avcodec.h 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.


Loading…
Cancel
Save