[FFmpeg-cvslog] avcodec/movenc: fix spelling in warning message
Joel Linn
git at videolan.org
Tue Jun 1 21:22:36 EEST 2021
ffmpeg | branch: master | Joel Linn <jl at conductive.de> | Tue Jun 1 20:06:11 2021 +0200| [127c40c9ca90dfe03cde0181f1e6654813a4b2b7] | committer: Gyan Doshi
avcodec/movenc: fix spelling in warning message
hldr -> hdlr
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=127c40c9ca90dfe03cde0181f1e6654813a4b2b7
---
libavformat/movenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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) {
More information about the ffmpeg-cvslog
mailing list