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
|
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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user