X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmatroskaenc.c;h=fb26d9535bc49441d61daf35d85ad39fd151891e;hb=754bf1212c5a256737a04a8f0d3bb83d1b615d8c;hp=b2db43cb1e71857f3c14ff24c2b9629759c1e9ff;hpb=181b2c37249c60033071b2744da4941a5f8ec0d3;p=ffmpeg diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index b2db43cb1e7..fb26d9535bc 100644 --- a/libavformat/matroskaenc.c +++ b/libavformat/matroskaenc.c @@ -769,7 +769,7 @@ static int mkv_write_tracks(AVFormatContext *s) codec->codec_id == AV_CODEC_ID_VORBIS || codec->codec_id == AV_CODEC_ID_WEBVTT)) { av_log(s, AV_LOG_ERROR, - "Only VP8,VP9 video and Vorbis,Opus audio and WebVTT subtitles are supported for WebM.\n"); + "Only VP8 or VP9 video and Vorbis or Opus audio and WebVTT subtitles are supported for WebM.\n"); return AVERROR(EINVAL); }