Browse Source

avformat/hlsenc: Fix typo in error message

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Reviewed-by: Steven Liu <lq@onvideo.cn>
tags/n4.3
Andreas Rheinhardt Steven Liu 6 years ago
parent
commit
728c44b861
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/hlsenc.c

+ 1
- 1
libavformat/hlsenc.c View File

@@ -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…
Cancel
Save