decoder/ffmpeg: remove AV_VERSION_INT definition
All supported ffmpeg/libav versions have this.
This commit is contained in:
parent
d95db28695
commit
f791065a98
@ -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 mpd_ffmpeg_stream {
|
||||||
struct decoder *decoder;
|
struct decoder *decoder;
|
||||||
struct input_stream *input;
|
struct input_stream *input;
|
||||||
|
Loading…
Reference in New Issue
Block a user