lavc: remove disabled FF_API_DSP_MASK cruft
This commit is contained in:
parent
d03a94e2b7
commit
845017105f
@ -2412,14 +2412,6 @@ typedef struct AVCodecContext {
|
|||||||
#define FF_IDCT_BINK 24
|
#define FF_IDCT_BINK 24
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if FF_API_DSP_MASK
|
|
||||||
/**
|
|
||||||
* Unused.
|
|
||||||
* @deprecated use av_set_cpu_flags_mask() instead.
|
|
||||||
*/
|
|
||||||
attribute_deprecated unsigned dsp_mask;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* bits per sample/pixel from the demuxer (needed for huffyuv).
|
* bits per sample/pixel from the demuxer (needed for huffyuv).
|
||||||
* - encoding: Set by libavcodec.
|
* - encoding: Set by libavcodec.
|
||||||
|
@ -49,9 +49,6 @@
|
|||||||
#ifndef FF_API_REQUEST_CHANNELS
|
#ifndef FF_API_REQUEST_CHANNELS
|
||||||
#define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 56)
|
#define FF_API_REQUEST_CHANNELS (LIBAVCODEC_VERSION_MAJOR < 56)
|
||||||
#endif
|
#endif
|
||||||
#ifndef FF_API_DSP_MASK
|
|
||||||
#define FF_API_DSP_MASK (LIBAVCODEC_VERSION_MAJOR < 55)
|
|
||||||
#endif
|
|
||||||
#ifndef FF_API_FIND_BEST_PIX_FMT
|
#ifndef FF_API_FIND_BEST_PIX_FMT
|
||||||
#define FF_API_FIND_BEST_PIX_FMT (LIBAVCODEC_VERSION_MAJOR < 55)
|
#define FF_API_FIND_BEST_PIX_FMT (LIBAVCODEC_VERSION_MAJOR < 55)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user