avplay: remove an unused variable.
authorAnton Khirnov <anton@khirnov.net>
Mon, 27 Feb 2012 18:44:41 +0000 (19:44 +0100)
committerAnton Khirnov <anton@khirnov.net>
Wed, 29 Feb 2012 06:24:34 +0000 (07:24 +0100)
avplay.c

index 836647a..beb8dd1 100644 (file)
--- 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;