diff mpeg12.h @ 8743:92f032e1f9e1 libavcodec

convert mpeg1_decode_block_intra() to inline global
author pross
date Thu, 05 Feb 2009 07:57:11 +0000
parents c4a4495715dd
children 6d75bcdeaa30
line wrap: on
line diff
--- a/mpeg12.h	Wed Feb 04 21:28:58 2009 +0000
+++ b/mpeg12.h	Thu Feb 05 07:57:11 2009 +0000
@@ -56,4 +56,6 @@
     return diff;
 }
 
+extern inline int ff_mpeg1_decode_block_intra(MpegEncContext *s, DCTELEM *block, int n);
+
 #endif /* AVCODEC_MPEG12_H */