shithub: treason

Download patch

ref: bdce48133b8597f168e72b703ea7ac9844817779
parent: e99ec57131c829f58837d3ead9b9574095a6a871
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Fri Feb 5 07:44:35 EST 2021

correct error message: "no streams" → "no supported video streams"

--- a/stream_mc.c
+++ b/stream_mc.c
@@ -111,7 +111,7 @@
 
 	*num = ns;
 	if(ns < 1){
-		werrstr("no streams");
+		werrstr("no supported video streams");
 		*failed = 1;
 
 		free(streams);