[FFmpeg-devel] [PATCH 02/16] avformat/hlsenc: Fix typo in error message

Steven Liu lq at chinaffmpeg.org
Mon Dec 16 04:50:03 EET 2019



> 在 2019年12月16日,08:04,Andreas Rheinhardt <andreas.rheinhardt at gmail.com> 写道:
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> ---
> 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);
>         }
> -- 
> 2.20.1
> 
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> 
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe”.

LGTM

Thanks
Steven






More information about the ffmpeg-devel mailing list