mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/hlsenc: Fix typo in error message
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Reviewed-by: Steven Liu <lq@onvideo.cn>
This commit is contained in:
parent
7d6637bcc4
commit
728c44b861
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue