summaryrefslogtreecommitdiff
path: root/ext/libav/gstavcodecmap.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-12-12 15:53:34 +0000
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-12-12 15:54:01 +0000
commit7a36bbb873b11c953bea8bd643e317203db733cb (patch)
treeb7278cd1158a50ae4a21167c65228ba7d10e7d18 /ext/libav/gstavcodecmap.h
parentb333e1204ef885d01f428275e1604bc958569c37 (diff)
downloadgst-libav-7a36bbb873b11c953bea8bd643e317203db733cb.tar.gz
avcodecmap: Remove some unused functions
Diffstat (limited to 'ext/libav/gstavcodecmap.h')
-rw-r--r--ext/libav/gstavcodecmap.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/ext/libav/gstavcodecmap.h b/ext/libav/gstavcodecmap.h
index fd2d430..01ce9b1 100644
--- a/ext/libav/gstavcodecmap.h
+++ b/ext/libav/gstavcodecmap.h
@@ -41,11 +41,6 @@ gst_ffmpeg_codecid_to_caps (enum CodecID codec_id,
*/
GstCaps *
-gst_ffmpeg_codectype_to_caps (enum AVMediaType codec_type,
- AVCodecContext *context,
- enum CodecID codec_id,
- gboolean encode);
-GstCaps *
gst_ffmpeg_codectype_to_audio_caps (AVCodecContext *context,
enum CodecID codec_id,
gboolean encode,
@@ -110,19 +105,6 @@ GstAudioFormat gst_ffmpeg_smpfmt_to_audioformat (enum AVSampleFormat sample_fmt)
GstCaps *
gst_ffmpeg_formatid_to_caps (const gchar *format_name);
-GstVideoFormat
-gst_ffmpeg_pixfmt_to_video_format (enum PixelFormat pix_fmt);
-
-/* Convert a FFMPEG Pixel Format and optional AVCodecContext
- * to a GstCaps. If the context is ommitted, no fixed values
- * for video/audio size will be included in the GstCaps
- *
- * See below for usefullness
- */
-
-GstCaps *
-gst_ffmpeg_pixfmt_to_caps (enum PixelFormat pix_fmt, AVCodecContext * context, enum CodecID codec_id);
-
/*
* _formatid_get_codecids () can be used to get the codecIDs
* (CODEC_ID_NONE-terminated list) that fit that specific