mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-29 10:52:20 +00:00
avcodec/movenc: fix spelling in warning message
hldr -> hdlr
This commit is contained in:
parent
575e52272d
commit
127c40c9ca
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user