Skip to content
Snippets Groups Projects
Commit 1cb2331e authored by Andreas Cadhalpun's avatar Andreas Cadhalpun
Browse files

brstm: fix missing closing brace

parent bcf4ee26
No related branches found
No related tags found
No related merge requests found
......@@ -392,6 +392,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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment