[vlc-commits] [Git][videolan/vlc][master] packetizer: mpeg4audio: typo

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Thu Dec 30 09:37:55 UTC 2021



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
4c2ca682 by Francois Cartegnie at 2021-12-28T10:52:47+01:00
packetizer: mpeg4audio: typo

- - - - -


1 changed file:

- modules/packetizer/mpeg4audio.c


Changes:

=====================================
modules/packetizer/mpeg4audio.c
=====================================
@@ -1101,7 +1101,7 @@ static int LOASParse(decoder_t *p_dec, uint8_t *p_buffer, int i_buffer)
     return i_accumulated;
 
 truncated:
-    msg_Warn(p_dec,"Truncated LAOS packet. Wrong format ?");
+    msg_Warn(p_dec,"Truncated LOAS packet. Wrong format ?");
     return 0;
 }
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4c2ca682950c2b04b952f42c4f3236746d4e6651

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




More information about the vlc-commits mailing list