[FFmpeg-cvslog] libavformat/hlsenc: fix typos in comments
Valerii Zapodovnikov
git at videolan.org
Thu May 20 06:56:08 EEST 2021
ffmpeg | branch: master | Valerii Zapodovnikov <val.zapod.vz at gmail.com> | Wed May 19 18:33:40 2021 +0300| [ab658db4d06fa5a3ef5b218e0b86970738e33016] | committer: Gyan Doshi
libavformat/hlsenc: fix typos in comments
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab658db4d06fa5a3ef5b218e0b86970738e33016
---
libavformat/hlsenc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 5db7a744b4..151ef6ec8f 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -178,7 +178,7 @@ typedef struct VariantStream {
unsigned int nb_streams;
int m3u8_created; /* status of media play-list creation */
int is_default; /* default status of audio group */
- const char *language; /* audio lauguage name */
+ const char *language; /* audio language name */
const char *agroup; /* audio group name */
const char *sgroup; /* subtitle group name */
const char *ccgroup; /* closed caption group name */
@@ -188,7 +188,7 @@ typedef struct VariantStream {
typedef struct ClosedCaptionsStream {
const char *ccgroup; /* closed caption group name */
const char *instreamid; /* closed captions INSTREAM-ID */
- const char *language; /* closed captions langauge */
+ const char *language; /* closed captions language */
} ClosedCaptionsStream;
typedef struct HLSContext {
More information about the ffmpeg-cvslog
mailing list