You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/dca_lbr: Fix "warning: missing braces around initializer"
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -1161,7 +1161,7 @@ int ff_dca_lbr_parse(DCALbrDecoder *s, uint8_t *data, DCAExssAsset *asset)
|
||||
LBRChunk hr_grid[DCA_LBR_CHANNELS / 2];
|
||||
LBRChunk ts1[DCA_LBR_CHANNELS / 2];
|
||||
LBRChunk ts2[DCA_LBR_CHANNELS / 2];
|
||||
} chunk = { 0 };
|
||||
} chunk = { {0} };
|
||||
|
||||
GetByteContext gb;
|
||||
|
||||
|
Reference in New Issue
Block a user