summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-04-22 11:26:44 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-04-23 12:48:55 +0200
commitc632a1c205c59a7d716cae2d540c7b693e9a827e (patch)
treeae49f80490cb886998c77132990f946770da9127 /ffplay.c
parentab7fdbab00872f6435cd1b6b5f1304e2d03d86eb (diff)
ffplay: remove reference to unused QETimer symbol
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 28ec615b3e..f97d97ff9b 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -206,7 +206,6 @@ typedef struct VideoState {
struct SwsContext *img_convert_ctx;
#endif
- // QETimer *video_timer;
char filename[1024];
int width, height, xleft, ytop;