mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
rangecoder-test: Allow running with small stack size.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
e48cd2de98
commit
3980ab12b7
@ -120,11 +120,12 @@ int ff_rac_terminate(RangeCoder *c)
|
||||
#include "libavutil/lfg.h"
|
||||
#include "libavutil/log.h"
|
||||
|
||||
static uint8_t b[9 * SIZE];
|
||||
static uint8_t r[9 * SIZE];
|
||||
|
||||
int main(void)
|
||||
{
|
||||
RangeCoder c;
|
||||
uint8_t b[9 * SIZE];
|
||||
uint8_t r[9 * SIZE];
|
||||
int i;
|
||||
uint8_t state[10];
|
||||
AVLFG prng;
|
||||
|
Loading…
Reference in New Issue
Block a user