]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpeg12.h
Cosmetics: make celp_filters.* formatting more consistent with the rest of
[ffmpeg] / libavcodec / mpeg12.h
index 1e919b4d66cd053ea94b033ac4fee2d2cecebe15..30bb675d354fd1b361e4d4df4f5ab2c78bb402c6 100644 (file)
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef FFMPEG_MPEG12_H
-#define FFMPEG_MPEG12_H
+#ifndef AVCODEC_MPEG12_H
+#define AVCODEC_MPEG12_H
 
 #include "mpegvideo.h"
 
@@ -56,4 +56,6 @@ static inline int decode_dc(GetBitContext *gb, int component)
     return diff;
 }
 
-#endif /* FFMPEG_MPEG12_H */
+extern int ff_mpeg1_decode_block_intra(MpegEncContext *s, DCTELEM *block, int n);
+
+#endif /* AVCODEC_MPEG12_H */