[FFmpeg-cvslog] avformat/hlsenc: Fix typo in error message
Andreas Rheinhardt
git at videolan.org
Mon Dec 23 08:18:54 EET 2019
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Mon Dec 16 01:04:04 2019 +0100| [728c44b8613fdd2f75391b6575df4e9d47c24c63] | committer: Steven Liu
avformat/hlsenc: Fix typo in error message
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
Reviewed-by: Steven Liu <lq at onvideo.cn>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=728c44b8613fdd2f75391b6575df4e9d47c24c63
---
libavformat/hlsenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index 2b87070d62..965c05c560 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -2079,7 +2079,7 @@ static int parse_cc_stream_mapstring(AVFormatContext *s)
return AVERROR(EINVAL);
}
} else {
- av_log(s, AV_LOG_ERROR, "Invalid instream ID %s, supported are CCn or SERIVICEn\n",
+ av_log(s, AV_LOG_ERROR, "Invalid instream ID %s, supported are CCn or SERVICEn\n",
ccs->instreamid);
return AVERROR(EINVAL);
}
More information about the ffmpeg-cvslog
mailing list