[FFmpeg-cvslog] avcodec/vc1: Make init_block_index() inline
zhaoxiu.zeng
git at videolan.org
Sat Feb 28 15:06:44 CET 2015
ffmpeg | branch: master | zhaoxiu.zeng <zhaoxiu.zeng at gmail.com> | Wed Feb 25 00:28:45 2015 +0800| [71de5542bbbab4d42ffb717eb82e2f49d7df8014] | committer: Michael Niedermayer
avcodec/vc1: Make init_block_index() inline
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=71de5542bbbab4d42ffb717eb82e2f49d7df8014
---
libavcodec/vc1_block.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/vc1_block.c b/libavcodec/vc1_block.c
index c4d0f8b..19eca75 100644
--- a/libavcodec/vc1_block.c
+++ b/libavcodec/vc1_block.c
@@ -53,7 +53,7 @@ static const uint8_t offset_table[2][9] = {
*/
-static void init_block_index(VC1Context *v)
+static inline void init_block_index(VC1Context *v)
{
MpegEncContext *s = &v->s;
ff_init_block_index(s);
More information about the ffmpeg-cvslog
mailing list