]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3dec.h
Simplify l1mv/l1ref calculation.
[ffmpeg] / libavcodec / ac3dec.h
index 8c41639d5fba4b244e4e0f2a4008333e321d9853..76f9a9ff5b85f9ad2b59d0daae8454b594a8cf93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Common code between AC3 and E-AC3 decoder
+ * Common code between the AC-3 and E-AC-3 decoders
  * Copyright (c) 2007 Bartlomiej Wolowiec <bartek.wolowiec@gmail.com>
  *
  * This file is part of FFmpeg.
@@ -21,7 +21,7 @@
 
 /**
  * @file ac3.h
- * Common code between AC3 and E-AC3 decoder.
+ * Common code between the AC-3 and E-AC-3 decoders.
  */
 
 #ifndef FFMPEG_AC3DEC_H