input/ffmpeg: remove fallback AV_VERSION_INT definition

This is part of libavutil.
This commit is contained in:
Max Kellermann 2012-08-14 18:47:08 +02:00
parent 49c7102547
commit 12838c6294

View File

@ -22,16 +22,13 @@
#include "input_internal.h"
#include "input_plugin.h"
#include <libavutil/avutil.h>
#include <libavformat/avio.h>
#include <libavformat/avformat.h>
#undef G_LOG_DOMAIN
#define G_LOG_DOMAIN "input_ffmpeg"
#ifndef AV_VERSION_INT
#define AV_VERSION_INT(a, b, c) (a<<16 | b<<8 | c)
#endif
struct input_ffmpeg {
struct input_stream base;