]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/faandct.h
cosmetics: rename variables. tbl->tab for consistency with other AC3 tables
[ffmpeg] / libavcodec / faandct.h
index 0fbbb58c14c925753ae8bbfe40248463cefd4d81..a1c27bbe567eea06140d3ecec4d7caee928ee825 100644 (file)
@@ -17,7 +17,6 @@
  * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
  */
 
 /**
@@ -37,4 +36,4 @@
 void ff_faandct(DCTELEM * data);
 void ff_faandct248(DCTELEM * data);
 
-#endif
+#endif // AVCODEC_FAANDCT_H