From 1dd7b251792b8c80c67bacb9df8cb43c94d0b808 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 12 Feb 2013 11:47:44 +0000 Subject: ffmpeg plugin: cleanup git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3232 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp') diff --git a/src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp b/src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp index 831f2d0c5..68ea14a5c 100644 --- a/src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp +++ b/src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp @@ -96,13 +96,8 @@ bool DecoderFFmpeg::initialize() m_totalTime = 0; m_seekTime = -1; - avcodec_register_all(); - avformat_network_init(); - av_register_all(); - ic = avformat_alloc_context(); - AVProbeData pd; uint8_t buf[PROBE_BUFFER_SIZE + AVPROBE_PADDING_SIZE]; pd.filename = m_path.toLocal8Bit().constData(); -- cgit v1.2.3-13-gbd6f