Cleanup: remove MJPEG reference from error message

Proxy coded has been changed to h264. Error code is more generic now.
This commit is contained in:
Richard Antalik 2021-03-18 00:14:41 +01:00
parent bb6765f28f
commit 30b5fd1a3c
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ static struct proxy_output_ctx *alloc_proxy_output_ffmpeg(
if (!rv->codec) {
fprintf(stderr,
"No ffmpeg MJPEG encoder available? "
"No ffmpeg encoder available? "
"Proxy not built!\n");
av_free(rv->of);
return NULL;