avcodec/msmpeg4dec: Reindent after the previous commit
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
569a0d0012
commit
3abb80f65b
@ -305,7 +305,7 @@ static av_cold void msmpeg4_decode_init_static(void)
|
|||||||
INIT_VLC_RL(ff_rl_table[3], 940);
|
INIT_VLC_RL(ff_rl_table[3], 940);
|
||||||
INIT_VLC_RL(ff_rl_table[4], 962);
|
INIT_VLC_RL(ff_rl_table[4], 962);
|
||||||
/* ff_rl_table[5] coincides with ff_h263_rl_inter which has just been
|
/* ff_rl_table[5] coincides with ff_h263_rl_inter which has just been
|
||||||
* initialized in ff_h263_decode_init() above. So just copy the VLCs. */
|
* initialized in ff_h263_decode_init() earlier. So just copy the VLCs. */
|
||||||
av_assert1(ff_h263_rl_inter.rl_vlc[0]);
|
av_assert1(ff_h263_rl_inter.rl_vlc[0]);
|
||||||
memcpy(ff_rl_table[5].rl_vlc, ff_h263_rl_inter.rl_vlc, sizeof(ff_rl_table[5].rl_vlc));
|
memcpy(ff_rl_table[5].rl_vlc, ff_h263_rl_inter.rl_vlc, sizeof(ff_rl_table[5].rl_vlc));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user