Commit 4a56371d authored by ramiro's avatar ramiro

mlp: Indent.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20255 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 156c385b
...@@ -156,15 +156,15 @@ static VLC huff_vlc[3]; ...@@ -156,15 +156,15 @@ static VLC huff_vlc[3];
static av_cold void init_static(void) static av_cold void init_static(void)
{ {
if (!huff_vlc[0].bits) { if (!huff_vlc[0].bits) {
INIT_VLC_STATIC(&huff_vlc[0], VLC_BITS, 18, INIT_VLC_STATIC(&huff_vlc[0], VLC_BITS, 18,
&ff_mlp_huffman_tables[0][0][1], 2, 1, &ff_mlp_huffman_tables[0][0][1], 2, 1,
&ff_mlp_huffman_tables[0][0][0], 2, 1, 512); &ff_mlp_huffman_tables[0][0][0], 2, 1, 512);
INIT_VLC_STATIC(&huff_vlc[1], VLC_BITS, 16, INIT_VLC_STATIC(&huff_vlc[1], VLC_BITS, 16,
&ff_mlp_huffman_tables[1][0][1], 2, 1, &ff_mlp_huffman_tables[1][0][1], 2, 1,
&ff_mlp_huffman_tables[1][0][0], 2, 1, 512); &ff_mlp_huffman_tables[1][0][0], 2, 1, 512);
INIT_VLC_STATIC(&huff_vlc[2], VLC_BITS, 15, INIT_VLC_STATIC(&huff_vlc[2], VLC_BITS, 15,
&ff_mlp_huffman_tables[2][0][1], 2, 1, &ff_mlp_huffman_tables[2][0][1], 2, 1,
&ff_mlp_huffman_tables[2][0][0], 2, 1, 512); &ff_mlp_huffman_tables[2][0][0], 2, 1, 512);
} }
ff_mlp_init_crc(); ff_mlp_init_crc();
......
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