diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-04-12 17:07:53 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-04-13 10:06:27 +0200 |
commit | c1d4bb5731189cb7851b2be1281359d976873eec (patch) | |
tree | 94166bfdacd246c753a929ef756ab31d9a21169d | |
parent | 05d33d8655d4fb11cd47444583ef130048bddd5e (diff) | |
download | ffmpeg-c1d4bb5731189cb7851b2be1281359d976873eec.tar.gz |
ffplay: remove unused field VideoState.dtg_active_format
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
-rw-r--r-- | ffplay.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -140,7 +140,6 @@ typedef struct VideoState { int64_t seek_rel; int read_pause_return; AVFormatContext *ic; - int dtg_active_format; int audio_stream; |