comparison 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
comparison
equal deleted inserted replaced
8742:ecabe55b66bb 8743:92f032e1f9e1
54 diff = get_xbits(gb, code); 54 diff = get_xbits(gb, code);
55 } 55 }
56 return diff; 56 return diff;
57 } 57 }
58 58
59 extern inline int ff_mpeg1_decode_block_intra(MpegEncContext *s, DCTELEM *block, int n);
60
59 #endif /* AVCODEC_MPEG12_H */ 61 #endif /* AVCODEC_MPEG12_H */