From b325b3f2af2d96c138ae3928fa0c619bce38c09f Mon Sep 17 00:00:00 2001 From: reimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b> Date: Thu, 24 Sep 2009 22:37:34 +0000 Subject: [PATCH] Reindent. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20022 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavcodec/bitstream.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c index cb0c0f6dc..0af24b959 100644 --- a/libavcodec/bitstream.c +++ b/libavcodec/bitstream.c @@ -127,8 +127,8 @@ static int alloc_table(VLC *vlc, int size, int use_static) if(use_static) abort(); //cant do anything, init_vlc() is used with too little memory vlc->table_allocated += (1 << vlc->bits); - vlc->table = av_realloc(vlc->table, - sizeof(VLC_TYPE) * 2 * vlc->table_allocated); + vlc->table = av_realloc(vlc->table, + sizeof(VLC_TYPE) * 2 * vlc->table_allocated); if (!vlc->table) return -1; } -- 2.25.4