mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
cosmetics: reindent after last commit
Originally committed as revision 18554 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bd4110f99b
commit
c994dae1e2
@ -136,9 +136,9 @@ static av_cold int decode_init(AVCodecContext *avctx){
|
|||||||
|
|
||||||
code_vlc.table = code_table;
|
code_vlc.table = code_table;
|
||||||
code_vlc.table_allocated = 1 << CODE_VLC_BITS;
|
code_vlc.table_allocated = 1 << CODE_VLC_BITS;
|
||||||
init_vlc(&code_vlc, CODE_VLC_BITS, 16,
|
init_vlc(&code_vlc, CODE_VLC_BITS, 16,
|
||||||
&code_tab[0][1], 4, 2,
|
&code_tab[0][1], 4, 2,
|
||||||
&code_tab[0][0], 4, 2, INIT_VLC_USE_NEW_STATIC);
|
&code_tab[0][0], 4, 2, INIT_VLC_USE_NEW_STATIC);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user