diff options
author | Joel Linn <jl@conductive.de> | 2021-06-01 20:06:11 +0200 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2021-06-01 23:49:35 +0530 |
commit | 127c40c9ca90dfe03cde0181f1e6654813a4b2b7 (patch) | |
tree | e75da9919b25269802cf28359d4ba8340d8affd6 | |
parent | 575e52272d42f4278c6620f1a999c41425db2094 (diff) | |
download | ffmpeg-127c40c9ca90dfe03cde0181f1e6654813a4b2b7.tar.gz |
avcodec/movenc: fix spelling in warning message
hldr -> hdlr
-rw-r--r-- | libavformat/movenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |