mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 21:45:10 +00:00
Merge commit '79f5347a983342e2711ca8ba19ec3d8d151183f0'
* commit '79f5347a983342e2711ca8ba19ec3d8d151183f0': avcodec: fix doxy placement Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
b33d58c31f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user