forked from FFmpeg/FFmpeg
lavc: remove disabled FF_API_SNOW_GLOBAL_OPTS cruft.
This commit is contained in:
parent
b9de160c3e
commit
96e9b96fcd
2 changed files with 0 additions and 6 deletions
|
@ -596,9 +596,6 @@ typedef struct RcOverride{
|
||||||
#if FF_API_MJPEG_GLOBAL_OPTS
|
#if FF_API_MJPEG_GLOBAL_OPTS
|
||||||
#define CODEC_FLAG_EXTERN_HUFF 0x1000 ///< Use external Huffman table (for MJPEG).
|
#define CODEC_FLAG_EXTERN_HUFF 0x1000 ///< Use external Huffman table (for MJPEG).
|
||||||
#endif
|
#endif
|
||||||
#if FF_API_SNOW_GLOBAL_OPTS
|
|
||||||
#define CODEC_FLAG2_MEMC_ONLY 0x00001000 ///< Only do ME/MC (I frames -> ref, P frame -> ME+MC).
|
|
||||||
#endif
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -41,9 +41,6 @@
|
||||||
#ifndef FF_API_REQUEST_CHANNELS
|
#ifndef FF_API_REQUEST_CHANNELS
|
||||||
#define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 55)
|
#define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 55)
|
||||||
#endif
|
#endif
|
||||||
#ifndef FF_API_SNOW_GLOBAL_OPTS
|
|
||||||
#define FF_API_SNOW_GLOBAL_OPTS (LIBAVCODEC_VERSION_MAJOR < 54)
|
|
||||||
#endif
|
|
||||||
#ifndef FF_API_MJPEG_GLOBAL_OPTS
|
#ifndef FF_API_MJPEG_GLOBAL_OPTS
|
||||||
#define FF_API_MJPEG_GLOBAL_OPTS (LIBAVCODEC_VERSION_MAJOR < 54)
|
#define FF_API_MJPEG_GLOBAL_OPTS (LIBAVCODEC_VERSION_MAJOR < 54)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue