Commit b325b3f2 authored by reimar's avatar reimar

Reindent.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20022 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3f994461
...@@ -127,8 +127,8 @@ static int alloc_table(VLC *vlc, int size, int use_static) ...@@ -127,8 +127,8 @@ static int alloc_table(VLC *vlc, int size, int use_static)
if(use_static) if(use_static)
abort(); //cant do anything, init_vlc() is used with too little memory abort(); //cant do anything, init_vlc() is used with too little memory
vlc->table_allocated += (1 << vlc->bits); vlc->table_allocated += (1 << vlc->bits);
vlc->table = av_realloc(vlc->table, vlc->table = av_realloc(vlc->table,
sizeof(VLC_TYPE) * 2 * vlc->table_allocated); sizeof(VLC_TYPE) * 2 * vlc->table_allocated);
if (!vlc->table) if (!vlc->table)
return -1; return -1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment