summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-01 16:27:03 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-04-01 16:27:03 +0000
commita38ca08ca019c5289d5968652344797534364d34 (patch)
tree1f43c5e8bcc804bcdcd63e158865d86a6e1888e1 /stream
parentb5fcf45f119afc9239070596f846dfa18903d1c4 (diff)
downloadmpv-a38ca08ca019c5289d5968652344797534364d34.tar.bz2
mpv-a38ca08ca019c5289d5968652344797534364d34.tar.xz
Remove unused variable along with the related warning.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29122 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_dvd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c
index 70a94303e6..a170bcc1b1 100644
--- a/stream/stream_dvd.c
+++ b/stream/stream_dvd.c
@@ -1094,7 +1094,6 @@ fail:
static int ifo_stream_open (stream_t *stream, int mode, void *opts, int *file_format)
{
- char *ext;
char* filename;
struct stream_priv_s *spriv;
int len = strlen(stream->url);