comskip: fix compilation with gcc10

This commit is contained in:
Jernej Skrabec 2020-06-23 00:07:02 +02:00
parent 73ef7e2859
commit 500d57ac9f

View File

@ -0,0 +1,12 @@
diff --git a/mpeg2dec.c b/mpeg2dec.c
index 3013dc1..5b79227 100755
--- a/mpeg2dec.c
+++ b/mpeg2dec.c
@@ -161,7 +161,6 @@ int64_t pev_best_effort_timestamp = 0;
int video_stream_index = -1;
int audio_stream_index = -1;
-int width, height;
int have_frame_rate ;
int stream_index;