Commit 10b5fe82 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

avcodec: move debug message to correct place

parent 15c1b323
......@@ -350,8 +350,8 @@ static void CloseDecoder( vlc_object_t *p_this )
vlc_avcodec_lock();
avcodec_close( p_sys->p_context );
vlc_avcodec_unlock();
}
msg_Dbg( p_dec, "ffmpeg codec (%s) stopped", p_sys->p_codec->name );
}
avcodec_free_context( &p_sys->p_context );
free( p_sys );
......
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