]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegaudiotab.h
oggparsevorbis: Add some sanity checks to header packet ordering/presence.
[ffmpeg] / libavcodec / mpegaudiotab.h
index 7bce7280b4b1dfd9d9a2c45d4f44db96711d93ad..35129e646c194d53f46451da0f6be53208a5b241 100644 (file)
@@ -2,7 +2,7 @@
  * mpeg audio layer 2 tables. Most of them come from the mpeg audio
  * specification.
  *
- * Copyright (c) 2000, 2001 Fabrice Bellard.
+ * Copyright (c) 2000, 2001 Fabrice Bellard
  *
  * This file is part of FFmpeg.
  *
@@ -22,7 +22,7 @@
  */
 
 /**
- * @file mpegaudiotab.h
+ * @file
  * mpeg audio layer 2 tables.
  * Most of them come from the mpeg audio specification.
  */
@@ -115,4 +115,4 @@ static const float fixed_smr[SBLIMIT] =  {
 
 static const unsigned char nb_scale_factors[4] = { 3, 2, 1, 2 };
 
-#endif
+#endif /* AVCODEC_MPEGAUDIOTAB_H */