summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-07-18 15:43:41 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-07-18 15:44:23 +0100
commitc881f831c369fd7e02ea91430948a7e30a1b6e03 (patch)
tree6e6fac892c6e19037ce3fbc4b3f9b2971d555d3b /ext
parent6aa62114c5263193882441958f16c392540bdb0b (diff)
downloadgst-libav-c881f831c369fd7e02ea91430948a7e30a1b6e03.tar.gz
Remove obsolete #if 0-ed code
Diffstat (limited to 'ext')
-rw-r--r--ext/libav/gstav.c6
-rw-r--r--ext/libav/gstav.h4
2 files changed, 0 insertions, 10 deletions
diff --git a/ext/libav/gstav.c b/ext/libav/gstav.c
index 6125662..9afcdf1 100644
--- a/ext/libav/gstav.c
+++ b/ext/libav/gstav.c
@@ -164,12 +164,6 @@ plugin_init (GstPlugin * plugin)
gst_ffmpegdemux_register (plugin);
gst_ffmpegmux_register (plugin);
gst_ffmpegdeinterlace_register (plugin);
-#if 0
- gst_ffmpegscale_register (plugin);
-#endif
-#if 0
- gst_ffmpegaudioresample_register (plugin);
-#endif
/* Now we can return the pointer to the newly created Plugin object. */
return TRUE;
diff --git a/ext/libav/gstav.h b/ext/libav/gstav.h
index 7f11a9e..df15ce8 100644
--- a/ext/libav/gstav.h
+++ b/ext/libav/gstav.h
@@ -44,10 +44,6 @@ extern gboolean gst_ffmpegviddec_register (GstPlugin * plugin);
extern gboolean gst_ffmpegaudenc_register (GstPlugin * plugin);
extern gboolean gst_ffmpegvidenc_register (GstPlugin * plugin);
extern gboolean gst_ffmpegmux_register (GstPlugin * plugin);
-#if 0
-extern gboolean gst_ffmpegscale_register (GstPlugin * plugin);
-extern gboolean gst_ffmpegaudioresample_register (GstPlugin * plugin);
-#endif
extern gboolean gst_ffmpegdeinterlace_register (GstPlugin * plugin);
int gst_ffmpeg_avcodec_open (AVCodecContext *avctx, AVCodec *codec);