aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-01-27 11:59:22 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-01-27 11:59:22 +0000
commitcac7335cd42cca31eca33422a621d6d8817a77d6 (patch)
tree40f15be4ded8cf8251114de7bfec491d971dc156 /src/plugins
parent7dcc192a87cf48be3b7a278be1ae4abdbf0ea367 (diff)
downloadqmmp-cac7335cd42cca31eca33422a621d6d8817a77d6.tar.gz
qmmp-cac7335cd42cca31eca33422a621d6d8817a77d6.tar.bz2
qmmp-cac7335cd42cca31eca33422a621d6d8817a77d6.zip
added ffmpeg 0.10 support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2565 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp b/src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp
index 5d4b3f647..f36c63f16 100644
--- a/src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp
+++ b/src/plugins/Input/ffmpeg/decoder_ffmpeg.cpp
@@ -84,7 +84,7 @@ DecoderFFmpeg::~DecoderFFmpeg()
m_bitrate = 0;
m_temp_pkt.size = 0;
if (ic)
- av_close_input_stream(ic);
+ avformat_close_input(&ic);
if(m_pkt.data)
av_free_packet(&m_pkt);
if(m_stream)