codec: faad: log version strings

This commit is contained in:
Francois Cartegnie 2022-10-20 15:59:13 +02:00 committed by François Cartegnie
parent c3cf379a82
commit 4216987aec
1 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,10 @@ static int Open( vlc_object_t *p_this )
return VLC_EGENERIC;
}
char * vinfo[2];
if( NeAACDecGetVersion( &vinfo[0], &vinfo[1] ) == 0 )
msg_Dbg( p_dec, "using version " FAAD2_VERSION " - %s", vinfo[0] );
/* Misc init */
p_dec->fmt_out.audio.channel_type = p_dec->fmt_in.audio.channel_type;