diff libmpdemux/demux_lavf.c @ 29917:fef2308ae98e

av_alloc_format_context -> avformat_alloc_context
author reimar
date Sun, 22 Nov 2009 14:15:41 +0000
parents 74ebb2b03d90
children 4f740437ed2b
line wrap: on
line diff
--- a/libmpdemux/demux_lavf.c	Sun Nov 22 13:26:57 2009 +0000
+++ b/libmpdemux/demux_lavf.c	Sun Nov 22 14:15:41 2009 +0000
@@ -432,7 +432,7 @@
 
     stream_seek(demuxer->stream, 0);
 
-    avfc = av_alloc_format_context();
+    avfc = avformat_alloc_context();
 
     if (opt_cryptokey)
         parse_cryptokey(avfc, opt_cryptokey);