]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp56data.c
cmdutils: move exit_program() declaration to cmdutils from avconv
[ffmpeg] / libavcodec / vp56data.c
index 7a418761d134dde15bd6cfede1b1d4c2ba6d209f..aa1dcefece6036a2f4102924c758446e8998e066 100644 (file)
@@ -1,7 +1,4 @@
-/**
- * @file
- * VP5 and VP6 compatible video decoder (common data)
- *
+/*
  * Copyright (C) 2006  Aurelien Jacobs <aurel@gnuage.org>
  *
  * This file is part of Libav.
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * VP5 and VP6 compatible video decoder (common data)
+ */
+
 #include "vp56data.h"
 
 const uint8_t vp56_b2p[]   = { 0, 0, 0, 0, 1, 2, 3, 3, 3, 3 };