]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp8dsp.c
mjpegdec: print nb_components too in pict debug info
[ffmpeg] / libavcodec / vp8dsp.c
index 4391a7ebc73a772d98ef2946058f8c5a64ff4902..ce90675d8744523fe3408cc36ffe96731eb02b71 100644 (file)
@@ -1,6 +1,4 @@
-/**
- * VP8 compatible video decoder
- *
+/*
  * Copyright (C) 2010 David Conrad
  * Copyright (C) 2010 Ronald S. Bultje
  *
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+/**
+ * @file
+ * VP8 compatible video decoder
+ */
+
 #include "dsputil.h"
 #include "vp8dsp.h"