Browse Source

mov: Add missing terminator to mov_ch_layout_map_1ch.

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: Libav-stable@libav.org
tags/n0.11
Alex Converse 13 years ago
parent
commit
3e6e89b3d6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/mov_chan.c

+ 1
- 0
libavformat/mov_chan.c View File

@@ -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…
Cancel
Save