Module: libav
Branch: master
Commit: e0f68413ddd06a0290b812599e3af98a90fd5ca1

Author:    Anton Khirnov <[email protected]>
Committer: Anton Khirnov <[email protected]>
Date:      Mon Feb 27 19:44:41 2012 +0100

avplay: remove an unused variable.

---

 avplay.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/avplay.c b/avplay.c
index 836647a..beb8dd1 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;
 

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to