From 897f210bf4606cff88c49e658b0b2a97dcd7b5f7 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 22 Nov 2009 14:15:41 +0000 Subject: av_alloc_format_context -> avformat_alloc_context git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29959 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/demux_lavf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux') diff --git a/libmpdemux/demux_lavf.c b/libmpdemux/demux_lavf.c index c338309eca..c7c0c12cbf 100644 --- a/libmpdemux/demux_lavf.c +++ b/libmpdemux/demux_lavf.c @@ -432,7 +432,7 @@ static demuxer_t* demux_open_lavf(demuxer_t *demuxer){ stream_seek(demuxer->stream, 0); - avfc = av_alloc_format_context(); + avfc = avformat_alloc_context(); if (opt_cryptokey) parse_cryptokey(avfc, opt_cryptokey); -- cgit v1.2.3