[vlc-commits] [Git][videolan/vlc][master] codec: faad: log version strings

François Cartegnie (@fcartegnie) gitlab at videolan.org
Fri Nov 4 19:10:46 UTC 2022



François Cartegnie pushed to branch master at VideoLAN / VLC


Commits:
4216987a by Francois Cartegnie at 2022-11-04T18:54:11+00:00
codec: faad: log version strings

- - - - -


1 changed file:

- modules/codec/faad.c


Changes:

=====================================
modules/codec/faad.c
=====================================
@@ -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;
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4216987aec1e1a9638a97b2332a2d2de83d076a5

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4216987aec1e1a9638a97b2332a2d2de83d076a5
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list