summaryrefslogtreecommitdiff
path: root/ext/libav/gstavcodecmap.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-12-11 17:25:41 +0000
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-12-11 17:25:41 +0000
commit64a2a8bdae4c06a0822a994438296b7295fa7da6 (patch)
treea19ce14ae83e2ca432244ccb26f4e1e9a0c95b83 /ext/libav/gstavcodecmap.h
parentb9d0c7110f5a47a206db45fd8ce4657a47d9ccb4 (diff)
downloadgst-libav-64a2a8bdae4c06a0822a994438296b7295fa7da6.tar.gz
avcodecmap: Take channel layout constraints into account if possible
Diffstat (limited to 'ext/libav/gstavcodecmap.h')
-rw-r--r--ext/libav/gstavcodecmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libav/gstavcodecmap.h b/ext/libav/gstavcodecmap.h
index 536bd1d..fd2d430 100644
--- a/ext/libav/gstavcodecmap.h
+++ b/ext/libav/gstavcodecmap.h
@@ -137,7 +137,7 @@ gst_ffmpeg_formatid_get_codecids (const gchar *format_name,
gboolean
-gst_ffmpeg_channel_layout_to_gst (AVCodecContext * context,
+gst_ffmpeg_channel_layout_to_gst (guint64 channel_layout, gint channels,
GstAudioChannelPosition * pos);
#endif /* __GST_FFMPEG_CODECMAP_H__ */