diff options
author | Peter Ross <pross@xvid.org> | 2009-02-05 07:57:11 +0000 |
---|---|---|
committer | Peter Ross <pross@xvid.org> | 2009-02-05 07:57:11 +0000 |
commit | 50240e564673222010678c0c1595b97c4a83f3c9 (patch) | |
tree | 49d8519771e05fa9602f12f68faf2dc188e15ae6 /libavcodec/mpeg12.h | |
parent | 1c7c6669f6fefe3383b7f97e709bf6158498ec26 (diff) | |
download | ffmpeg-50240e564673222010678c0c1595b97c4a83f3c9.tar.gz |
convert mpeg1_decode_block_intra() to inline global
Originally committed as revision 17000 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg12.h')
-rw-r--r-- | libavcodec/mpeg12.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpeg12.h b/libavcodec/mpeg12.h index e65bb43d11..dbbe8e43ec 100644 --- a/libavcodec/mpeg12.h +++ b/libavcodec/mpeg12.h @@ -56,4 +56,6 @@ static inline int decode_dc(GetBitContext *gb, int component) return diff; } +extern inline int ff_mpeg1_decode_block_intra(MpegEncContext *s, DCTELEM *block, int n); + #endif /* AVCODEC_MPEG12_H */ |