]> git.sesse.net Git - ffmpeg/blobdiff - ffplay.c
cache: remove unused variable in cache_open
[ffmpeg] / ffplay.c
index 8734b65373e43d0cf097fa2d895882164f401d10..c55b008ee5cd325d8be236b34999dafb3b61b0d8 100644 (file)
--- a/ffplay.c
+++ b/ffplay.c
@@ -1,5 +1,4 @@
 /*
- * ffplay : Simple Media Player based on the FFmpeg libraries
  * Copyright (c) 2003 Fabrice Bellard
  *
  * This file is part of FFmpeg.
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * simple media player based on the FFmpeg libraries
+ */
+
 #include "config.h"
 #include <inttypes.h>
 #include <math.h>