mirror of https://git.ffmpeg.org/ffmpeg.git
prettyprinting cosmetics
Originally committed as revision 10221 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ff06e0677b
commit
273b0cd3c4
|
@ -369,8 +369,8 @@ typedef struct RcOverride{
|
||||||
#define CODEC_FLAG_GRAY 0x2000 ///< Only decode/encode grayscale.
|
#define CODEC_FLAG_GRAY 0x2000 ///< Only decode/encode grayscale.
|
||||||
#define CODEC_FLAG_EMU_EDGE 0x4000 ///< Don't draw edges.
|
#define CODEC_FLAG_EMU_EDGE 0x4000 ///< Don't draw edges.
|
||||||
#define CODEC_FLAG_PSNR 0x8000 ///< error[?] variables will be set during encoding.
|
#define CODEC_FLAG_PSNR 0x8000 ///< error[?] variables will be set during encoding.
|
||||||
#define CODEC_FLAG_TRUNCATED 0x00010000 /** Input bitstream might be truncated at a random location instead
|
#define CODEC_FLAG_TRUNCATED 0x00010000 /** Input bitstream might be truncated at a random
|
||||||
of only at frame boundaries. */
|
location instead of only at frame boundaries. */
|
||||||
#define CODEC_FLAG_NORMALIZE_AQP 0x00020000 ///< Normalize adaptive quantization.
|
#define CODEC_FLAG_NORMALIZE_AQP 0x00020000 ///< Normalize adaptive quantization.
|
||||||
#define CODEC_FLAG_INTERLACED_DCT 0x00040000 ///< Use interlaced DCT.
|
#define CODEC_FLAG_INTERLACED_DCT 0x00040000 ///< Use interlaced DCT.
|
||||||
#define CODEC_FLAG_LOW_DELAY 0x00080000 ///< Force low delay.
|
#define CODEC_FLAG_LOW_DELAY 0x00080000 ///< Force low delay.
|
||||||
|
|
Loading…
Reference in New Issue