summaryrefslogtreecommitdiff
path: root/ext/libav/gstavcodecmap.h
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-11-04 21:18:56 +0100
committerSebastian Dröge <sebastian@centricular.com>2016-01-16 16:47:40 +0200
commit6235a04ef356f8d7e2f933758ddba359fa95a5ec (patch)
treec56ea9f39af692462bff40d0758004fd2afb08ec /ext/libav/gstavcodecmap.h
parentddec3a2c78dd317efc1e9bc3ec0b2c49bf31ae77 (diff)
downloadgst-libav-6235a04ef356f8d7e2f933758ddba359fa95a5ec.tar.gz
libav: Remove usage of deprecated API
https://bugzilla.gnome.org/show_bug.cgi?id=757498
Diffstat (limited to 'ext/libav/gstavcodecmap.h')
-rw-r--r--ext/libav/gstavcodecmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/libav/gstavcodecmap.h b/ext/libav/gstavcodecmap.h
index 40f46c3..486a0d5 100644
--- a/ext/libav/gstavcodecmap.h
+++ b/ext/libav/gstavcodecmap.h
@@ -132,8 +132,8 @@ void
gst_ffmpeg_audioinfo_to_context (GstAudioInfo *info,
AVCodecContext *context);
-GstVideoFormat gst_ffmpeg_pixfmt_to_videoformat (enum PixelFormat pixfmt);
-enum PixelFormat gst_ffmpeg_videoformat_to_pixfmt (GstVideoFormat format);
+GstVideoFormat gst_ffmpeg_pixfmt_to_videoformat (enum AVPixelFormat pixfmt);
+enum AVPixelFormat gst_ffmpeg_videoformat_to_pixfmt (GstVideoFormat format);
GstAudioFormat gst_ffmpeg_smpfmt_to_audioformat (enum AVSampleFormat sample_fmt);