Commit 634e874d authored by Martin Storsjö's avatar Martin Storsjö

amr: More space cleanup

This was missed in the previous cleanup patch.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent e9ef88fb
......@@ -123,7 +123,7 @@ static int amr_read_packet(AVFormatContext *s, AVPacket *pkt)
};
size = packed_size[mode] + 1;
} else if(enc->codec_id == CODEC_ID_AMR_WB) {
} else if (enc->codec_id == CODEC_ID_AMR_WB) {
static uint8_t packed_size[16] = {
18, 24, 33, 37, 41, 47, 51, 59, 61, 6, 6, 0, 0, 0, 1, 1
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment