diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-02-27 19:44:41 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-02-29 07:24:34 +0100 |
commit | e0f68413ddd06a0290b812599e3af98a90fd5ca1 (patch) | |
tree | 438d8078f7c9b85605d58d23b66be5c478d12f11 /avplay.c | |
parent | 63efd83ae10a158e3ae0823e3527f3845dda397a (diff) | |
download | ffmpeg-e0f68413ddd06a0290b812599e3af98a90fd5ca1.tar.gz |
avplay: remove an unused variable.
Diffstat (limited to 'avplay.c')
-rw-r--r-- | avplay.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -137,7 +137,6 @@ typedef struct VideoState { int64_t seek_rel; int read_pause_return; AVFormatContext *ic; - int dtg_active_format; int audio_stream; |