mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-06 09:27:49 +00:00
comskip: fix compilation with gcc10
This commit is contained in:
parent
73ef7e2859
commit
500d57ac9f
@ -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;
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user