diff mbox series

[FFmpeg-devel] avcodec/movenc: fix spelling in warning message

Message ID 20210601180611.14086-1-jl@conductive.de
State Accepted
Commit 127c40c9ca90dfe03cde0181f1e6654813a4b2b7
Headers show
Series [FFmpeg-devel] avcodec/movenc: fix spelling in warning message | 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

Joel Linn June 1, 2021, 6:06 p.m. UTC
hldr -> hdlr
---
 libavformat/movenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gyan Doshi June 1, 2021, 6:14 p.m. UTC | #1
On 2021-06-01 23:36, Joel Linn wrote:
> hldr -> hdlr
> ---
>   libavformat/movenc.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/movenc.c b/libavformat/movenc.c
> index 7d839f447b..04f3e94158 100644
> --- a/libavformat/movenc.c
> +++ b/libavformat/movenc.c
> @@ -2804,7 +2804,7 @@ static int mov_write_hdlr_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *tra
>               descr = "GoPro MET"; // GoPro Metadata
>           } else {
>               av_log(s, AV_LOG_WARNING,
> -                   "Unknown hldr_type for %s, writing dummy values\n",
> +                   "Unknown hdlr_type for %s, writing dummy values\n",
>                      av_fourcc2str(track->par->codec_tag));
>           }
>           if (track->st) {

Will apply.

Gyan
Gyan Doshi June 1, 2021, 6:23 p.m. UTC | #2
On 2021-06-01 23:44, Gyan Doshi wrote:
>
>
> On 2021-06-01 23:36, Joel Linn wrote:
>> hldr -> hdlr
>> ---
>>   libavformat/movenc.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/libavformat/movenc.c b/libavformat/movenc.c
>> index 7d839f447b..04f3e94158 100644
>> --- a/libavformat/movenc.c
>> +++ b/libavformat/movenc.c
>> @@ -2804,7 +2804,7 @@ static int mov_write_hdlr_tag(AVFormatContext 
>> *s, AVIOContext *pb, MOVTrack *tra
>>               descr = "GoPro MET"; // GoPro Metadata
>>           } else {
>>               av_log(s, AV_LOG_WARNING,
>> -                   "Unknown hldr_type for %s, writing dummy values\n",
>> +                   "Unknown hdlr_type for %s, writing dummy values\n",
>> av_fourcc2str(track->par->codec_tag));
>>           }
>>           if (track->st) {
>
> Will apply.

Pushed as 127c40c9ca90dfe03cde0181f1e6654813a4b2b7

Gyan
diff mbox series

Patch

diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index 7d839f447b..04f3e94158 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -2804,7 +2804,7 @@  static int mov_write_hdlr_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *tra
             descr = "GoPro MET"; // GoPro Metadata
         } else {
             av_log(s, AV_LOG_WARNING,
-                   "Unknown hldr_type for %s, writing dummy values\n",
+                   "Unknown hdlr_type for %s, writing dummy values\n",
                    av_fourcc2str(track->par->codec_tag));
         }
         if (track->st) {