mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 00:42:57 +00:00
Remove redundant variable declaration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24164 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8d7d86bafc
commit
6f75e1216c
@ -155,7 +155,6 @@ extern int dvdsub_id;
|
|||||||
#define OGG_SUB_MAX_LINE 128
|
#define OGG_SUB_MAX_LINE 128
|
||||||
|
|
||||||
static subtitle ogg_sub;
|
static subtitle ogg_sub;
|
||||||
extern subtitle* vo_sub;
|
|
||||||
//FILE* subout;
|
//FILE* subout;
|
||||||
|
|
||||||
#define get_uint16(b) AV_RL16(b)
|
#define get_uint16(b) AV_RL16(b)
|
||||||
|
Loading…
Reference in New Issue
Block a user