mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-25 10:46:19 +00:00
13 lines
293 B
Diff
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;
|
|
|