Commit f791065a authored by Max Kellermann's avatar Max Kellermann

decoder/ffmpeg: remove AV_VERSION_INT definition

All supported ffmpeg/libav versions have this.
parent d95db286
......@@ -76,11 +76,6 @@ mpd_ffmpeg_log_callback(G_GNUC_UNUSED void *ptr, int level,
}
}
#ifndef AV_VERSION_INT
#define AV_VERSION_INT(a, b, c) (a<<16 | b<<8 | c)
#endif
struct mpd_ffmpeg_stream {
struct decoder *decoder;
struct input_stream *input;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment