mirror of https://git.ffmpeg.org/ffmpeg.git
mov: Add missing terminator to mov_ch_layout_map_1ch.
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: Libav-stable@libav.org
This commit is contained in:
parent
e73c6aaabf
commit
3e6e89b3d6
|
@ -155,6 +155,7 @@ static const struct MovChannelLayoutMap mov_ch_layout_map_misc[] = {
|
|||
|
||||
static const struct MovChannelLayoutMap mov_ch_layout_map_1ch[] = {
|
||||
{ MOV_CH_LAYOUT_MONO, AV_CH_LAYOUT_MONO }, // C
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
static const struct MovChannelLayoutMap mov_ch_layout_map_2ch[] = {
|
||||
|
|
Loading…
Reference in New Issue