decoder/ffmpeg: remove AV_VERSION_INT definition

All supported ffmpeg/libav versions have this.
This commit is contained in:
Max Kellermann 2012-02-11 16:37:25 +01:00
parent d95db28695
commit f791065a98

View File

@ -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;