Browse Source

avcodec: fix doxy placement

tags/n3.0
Anton Khirnov 10 years ago
parent
commit
79f5347a98
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/avcodec.h

+ 2
- 2
libavcodec/avcodec.h View File

@@ -699,11 +699,11 @@ typedef struct RcOverride{
* interlaced motion estimation
*/
#define AV_CODEC_FLAG_INTERLACED_ME (1 << 29)
#define AV_CODEC_FLAG_CLOSED_GOP (1 << 31)

/**
* Allow non spec compliant speedup tricks.
*/
#define AV_CODEC_FLAG_CLOSED_GOP (1 << 31)

#define AV_CODEC_FLAG2_FAST (1 << 0)
/**
* Skip bitstream encoding.


Loading…
Cancel
Save