Commit 32b6b5b1 authored by Rafaël Carré's avatar Rafaël Carré

typo

parent 9d5f86c0
...@@ -179,7 +179,7 @@ void CloseMux( vlc_object_t *p_this ) ...@@ -179,7 +179,7 @@ void CloseMux( vlc_object_t *p_this )
} }
#if( LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT( 52, 96, 0 ) ) #if( LIBAVFORMAT_VERSION_INT >= AV_VERSION_INT( 52, 96, 0 ) )
avformat_context_free(p_sys->oc); avformat_free_context(p_sys->oc);
#else #else
for( unsigned i = 0 ; i < p_sys->oc->nb_streams; i++ ) for( unsigned i = 0 ; i < p_sys->oc->nb_streams; i++ )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment