Remove obsolete #if 0-ed code

This commit is contained in:
Tim-Philipp Müller 2018-07-18 15:43:41 +01:00
parent 6aa62114c5
commit c881f831c3
2 changed files with 0 additions and 10 deletions

View 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;

View 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);