Browse Source

brstm: fix missing closing brace

Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
(cherry picked from commit 1cb2331eca)
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
tags/n2.4.13
Andreas Cadhalpun 10 years ago
parent
commit
368a1803ff
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/brstm.c

+ 1
- 0
libavformat/brstm.c View File

@@ -263,6 +263,7 @@ static int read_packet(AVFormatContext *s, AVPacket *pkt)
if (!b->adpc) {
av_log(s, AV_LOG_ERROR, "adpcm_thp requires ADPC chunk, but none was found.\n");
return AVERROR_INVALIDDATA;
}
if (!b->table) {
b->table = av_mallocz(32 * codec->channels);
if (!b->table)


Loading…
Cancel
Save