summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Linn <jl@conductive.de>2021-06-01 20:06:11 +0200
committerGyan Doshi <ffmpeg@gyani.pro>2021-06-01 23:49:35 +0530
commit127c40c9ca90dfe03cde0181f1e6654813a4b2b7 (patch)
treee75da9919b25269802cf28359d4ba8340d8affd6
parent575e52272d42f4278c6620f1a999c41425db2094 (diff)
avcodec/movenc: fix spelling in warning message
hldr -> hdlr
-rw-r--r--libavformat/movenc.c2
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) {