diff mbox series

[FFmpeg-devel] libavformat/hlsenc: typos in comments

Message ID 20210519153340.2863-1-val.zapod.vz@gmail.com
State Accepted
Commit ab658db4d06fa5a3ef5b218e0b86970738e33016
Headers show
Series [FFmpeg-devel] libavformat/hlsenc: typos in comments | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Valerii Zapodovnikov May 19, 2021, 3:33 p.m. UTC
---
 libavformat/hlsenc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Gyan Doshi May 19, 2021, 6:47 p.m. UTC | #1
On 2021-05-19 21:03, Valerii Zapodovnikov wrote:
> ---
>   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 {

Will apply.

Gyan
Gyan Doshi May 20, 2021, 3:56 a.m. UTC | #2
On 2021-05-20 00:17, Gyan Doshi wrote:
>
>
> On 2021-05-19 21:03, Valerii Zapodovnikov wrote:
>> ---
>>   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 {
>
> Will apply.

Pushed as ab658db4d06fa5a3ef5b218e0b86970738e33016

Thanks,
Gyan
diff mbox series

Patch

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 {