]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vp8data.h
libvorbis: use VBR by default, with default quality of 3
[ffmpeg] / libavcodec / vp8data.h
index 6d1c070a055080661696df635fc10b7f473de829..a48b0f6f9b341bffd6a4cfa75fad39537200b230 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
+ */
+
 #ifndef AVCODEC_VP8DATA_H
 #define AVCODEC_VP8DATA_H
 
@@ -685,4 +688,4 @@ static const uint8_t vp8_mv_default_prob[2][19] = {
       128, 130, 130,  74, 148, 180, 203, 236, 254, 254 }
 };
 
-#endif
+#endif /* AVCODEC_VP8DATA_H */