Commit 6935aaa7 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/flac_parser: Increase FLAC_MAX_SEQUENTIAL_HEADERS by 1

Fixes Ticket5343
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 7e4e8fdd
......@@ -40,7 +40,7 @@
#include "flac.h"
/** maximum number of adjacent headers that compare CRCs against each other */
#define FLAC_MAX_SEQUENTIAL_HEADERS 3
#define FLAC_MAX_SEQUENTIAL_HEADERS 4
/** minimum number of headers buffered and checked before returning frames */
#define FLAC_MIN_HEADERS 10
/** estimate for average size of a FLAC frame */
......
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