]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/faandct.h
Remove redundant nnz variable.
[ffmpeg] / libavcodec / faandct.h
index 0fbbb58c14c925753ae8bbfe40248463cefd4d81..b86f9accb484ab907de129ed5db6b6f9c725bcde 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 */