]> git.sesse.net Git - vlc/blobdiff - modules/codec/avcodec/audio.c
s/informations/information/
[vlc] / modules / codec / avcodec / audio.c
index 920ed22a73f3581b7f31d85b666db2d853701ab9..ac31b7c475e8acad76fac059f6d892df522daac6 100644 (file)
@@ -215,7 +215,7 @@ int InitAudioDec( decoder_t *p_dec, AVCodecContext *p_context,
 
     /* */
     p_dec->fmt_out.i_cat = AUDIO_ES;
-    /* Try to set as much informations as possible but do not trust it */
+    /* Try to set as much information as possible but do not trust it */
     SetupOutputFormat( p_dec, false );
 
     date_Set( &p_sys->end_date, 0 );