Remove obsolete #if 0-ed code
authorTim-Philipp Müller <tim@centricular.com>
Wed, 18 Jul 2018 14:43:41 +0000 (15:43 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 18 Jul 2018 14:44:23 +0000 (15:44 +0100)
ext/libav/gstav.c
ext/libav/gstav.h

index 6125662..9afcdf1 100644 (file)
@@ -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;
index 7f11a9e..df15ce8 100644 (file)
@@ -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);