summaryrefslogtreecommitdiff
path: root/ext/libav/gstav.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/libav/gstav.c')
-rw-r--r--ext/libav/gstav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libav/gstav.c b/ext/libav/gstav.c
index 0fba840..b590aea 100644
--- a/ext/libav/gstav.c
+++ b/ext/libav/gstav.c
@@ -51,7 +51,7 @@ static GMutex gst_avcodec_mutex;
static inline gboolean
gst_ffmpeg_avcodec_is_ffmpeg (void)
{
- guint av_version = avutil_version ();
+ guint av_version = avcodec_version ();
GST_DEBUG ("Using libavcodec version %d.%d.%d",
av_version >> 16, (av_version & 0x00ff00) >> 8, av_version & 0xff);