mirror of https://github.com/mpv-player/mpv
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:
parent
b01af7a428
commit
897f210bf4
|
@ -432,7 +432,7 @@ static demuxer_t* demux_open_lavf(demuxer_t *demuxer){
|
||||||
|
|
||||||
stream_seek(demuxer->stream, 0);
|
stream_seek(demuxer->stream, 0);
|
||||||
|
|
||||||
avfc = av_alloc_format_context();
|
avfc = avformat_alloc_context();
|
||||||
|
|
||||||
if (opt_cryptokey)
|
if (opt_cryptokey)
|
||||||
parse_cryptokey(avfc, opt_cryptokey);
|
parse_cryptokey(avfc, opt_cryptokey);
|
||||||
|
|
Loading…
Reference in New Issue