[vlc-commits] typo

Rafaël Carré git at videolan.org
Fri Dec 9 06:01:14 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Fri Dec  9 00:01:00 2011 -0500| [32b6b5b1d84b625ddaf9cf5ea04afebfe2b5dbcc] | committer: Rafaël Carré

typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=32b6b5b1d84b625ddaf9cf5ea04afebfe2b5dbcc
---

 modules/demux/avformat/mux.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/avformat/mux.c b/modules/demux/avformat/mux.c
index 2329081..dc7f853 100644
--- a/modules/demux/avformat/mux.c
+++ b/modules/demux/avformat/mux.c
@@ -179,7 +179,7 @@ void CloseMux( vlc_object_t *p_this )
     }
 
 #if( LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT( 52, 96, 0 ) )
-    avformat_context_free(p_sys->oc);
+    avformat_free_context(p_sys->oc);
 #else
     for( unsigned i = 0 ; i < p_sys->oc->nb_streams; i++ )
     {



More information about the vlc-commits mailing list