diff options
Diffstat (limited to 'src/combined/ffmpeg/ffmpeg_decoder.h')
-rw-r--r-- | src/combined/ffmpeg/ffmpeg_decoder.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/combined/ffmpeg/ffmpeg_decoder.h b/src/combined/ffmpeg/ffmpeg_decoder.h index f679a5ce9..4d9943384 100644 --- a/src/combined/ffmpeg/ffmpeg_decoder.h +++ b/src/combined/ffmpeg/ffmpeg_decoder.h @@ -31,10 +31,6 @@ # include <libavcodec/avcodec.h> #endif -#if LIBAVCODEC_VERSION_MAJOR > 51 -#define bits_per_sample bits_per_coded_sample -#endif - typedef struct ff_codec_s { uint32_t type; enum CodecID id; |