av_alloc_format_context -> avformat_alloc_context

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29959 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-11-22 14:15:41 +00:00
parent b01af7a428
commit 897f210bf4
1 changed files with 1 additions and 1 deletions

View File

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