summaryrefslogtreecommitdiff
path: root/avplay.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-02-27 19:44:41 +0100
committerAnton Khirnov <anton@khirnov.net>2012-02-29 07:24:34 +0100
commite0f68413ddd06a0290b812599e3af98a90fd5ca1 (patch)
tree438d8078f7c9b85605d58d23b66be5c478d12f11 /avplay.c
parent63efd83ae10a158e3ae0823e3527f3845dda397a (diff)
avplay: remove an unused variable.
Diffstat (limited to 'avplay.c')
-rw-r--r--avplay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/avplay.c b/avplay.c
index 836647a215..beb8dd152e 100644
--- a/avplay.c
+++ b/avplay.c
@@ -137,7 +137,6 @@ typedef struct VideoState {
int64_t seek_rel;
int read_pause_return;
AVFormatContext *ic;
- int dtg_active_format;
int audio_stream;