]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/nellymoser.h
avdevice: Constify all devices
[ffmpeg] / libavcodec / nellymoser.h
index aa16b55e07d51d3aecf6efb833ea83bfa2ce548d..027fc7ed239f79c70f629898b3a8273a03209810 100644 (file)
@@ -26,7 +26,7 @@
  */
 
 /**
- * @file libavcodec/nellymoser.h
+ * @file
  * The 3 alphanumeric copyright notices are md5summed they are from the original
  * implementors. The original code is available from http://code.google.com/p/nelly2pcm/
  */
@@ -54,4 +54,4 @@ extern const int16_t  ff_nelly_delta_table[32];
 
 void ff_nelly_get_sample_bits(const float *buf, int *bits);
 
-#endif
+#endif /* AVCODEC_NELLYMOSER_H */