You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/msmpeg4dec: Reindent after the previous commit
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user