libavformat/hlsenc: fix typos in comments

This commit is contained in:
Valerii Zapodovnikov 2021-05-19 18:33:40 +03:00 committed by Gyan Doshi
parent 1642d8188d
commit ab658db4d0
1 changed files with 2 additions and 2 deletions

View File

@ -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 {