You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
@@ -155,6 +155,7 @@ static const struct MovChannelLayoutMap mov_ch_layout_map_misc[] = {
|
|||||||
|
|
||||||
static const struct MovChannelLayoutMap mov_ch_layout_map_1ch[] = {
|
static const struct MovChannelLayoutMap mov_ch_layout_map_1ch[] = {
|
||||||
{ MOV_CH_LAYOUT_MONO, AV_CH_LAYOUT_MONO }, // C
|
{ MOV_CH_LAYOUT_MONO, AV_CH_LAYOUT_MONO }, // C
|
||||||
|
{ 0, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct MovChannelLayoutMap mov_ch_layout_map_2ch[] = {
|
static const struct MovChannelLayoutMap mov_ch_layout_map_2ch[] = {
|
||||||
|
Reference in New Issue
Block a user