avcodec/movenc: fix spelling in warning message

hldr -> hdlr
This commit is contained in:
Joel Linn 2021-06-01 20:06:11 +02:00 committed by Gyan Doshi
parent 575e52272d
commit 127c40c9ca

View File

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