[vlc-commits] [Git][videolan/vlc][master] transcode: fix arate examples
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sun Feb 18 09:10:12 UTC 2024
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
4d871fa2 by Rémi Denis-Courmont at 2024-02-18T08:51:36+00:00
transcode: fix arate examples
- - - - -
1 changed file:
- modules/stream_out/transcode/transcode.c
Changes:
=====================================
modules/stream_out/transcode/transcode.c
=====================================
@@ -93,7 +93,7 @@
"Target bitrate of the transcoded audio stream." )
#define ARATE_TEXT N_("Audio sample rate")
#define ARATE_LONGTEXT N_( \
- "Sample rate of the transcoded audio stream (11250, 22500, 44100 or 48000).")
+ "Sample rate of the transcoded audio stream (11025, 22050, 44100 or 48000).")
#define ALANG_TEXT N_("Audio language")
#define ALANG_LONGTEXT N_( \
"This is the language of the audio stream.")
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4d871fa23569d4c5c43c5ca451821631f932d67d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4d871fa23569d4c5c43c5ca451821631f932d67d
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