diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-04-22 11:26:44 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-04-23 12:48:55 +0200 |
commit | c632a1c205c59a7d716cae2d540c7b693e9a827e (patch) | |
tree | ae49f80490cb886998c77132990f946770da9127 | |
parent | ab7fdbab00872f6435cd1b6b5f1304e2d03d86eb (diff) | |
download | ffmpeg-c632a1c205c59a7d716cae2d540c7b693e9a827e.tar.gz |
ffplay: remove reference to unused QETimer symbol
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
-rw-r--r-- | ffplay.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -206,7 +206,6 @@ typedef struct VideoState { struct SwsContext *img_convert_ctx; #endif - // QETimer *video_timer; char filename[1024]; int width, height, xleft, ytop; |