mirror of https://github.com/mpv-player/mpv
Remove nonsensical #ifdef.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24254 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1cbb8209ca
commit
c66a69924b
|
@ -201,9 +201,6 @@ main(int argc, char **argv)
|
|||
void *vobsub;
|
||||
void *packet;
|
||||
int packet_len;
|
||||
#ifdef BAD
|
||||
unsigned int prev_pts;
|
||||
#endif
|
||||
unsigned int pts100;
|
||||
|
||||
if (argc < 2 || 4 < argc) {
|
||||
|
|
Loading…
Reference in New Issue