You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/movenc: fix spelling in warning message
hldr -> hdlr
This commit is contained in:
@@ -2804,7 +2804,7 @@ static int mov_write_hdlr_tag(AVFormatContext *s, AVIOContext *pb, MOVTrack *tra
|
|||||||
descr = "GoPro MET"; // GoPro Metadata
|
descr = "GoPro MET"; // GoPro Metadata
|
||||||
} else {
|
} else {
|
||||||
av_log(s, AV_LOG_WARNING,
|
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));
|
av_fourcc2str(track->par->codec_tag));
|
||||||
}
|
}
|
||||||
if (track->st) {
|
if (track->st) {
|
||||||
|
Reference in New Issue
Block a user