1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-25 10:46:19 +00:00
Lakka-LibreELEC/packages/addons/addon-depends/comskip/patches/Comskip-0001-Fix-compilation-with-gcc10.patch
2020-06-24 20:56:40 +02:00

13 lines
293 B
Diff

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;