Commit 3980ab12 authored by Reimar Döffinger's avatar Reimar Döffinger

rangecoder-test: Allow running with small stack size.

Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
parent e48cd2de
...@@ -120,11 +120,12 @@ int ff_rac_terminate(RangeCoder *c) ...@@ -120,11 +120,12 @@ int ff_rac_terminate(RangeCoder *c)
#include "libavutil/lfg.h" #include "libavutil/lfg.h"
#include "libavutil/log.h" #include "libavutil/log.h"
static uint8_t b[9 * SIZE];
static uint8_t r[9 * SIZE];
int main(void) int main(void)
{ {
RangeCoder c; RangeCoder c;
uint8_t b[9 * SIZE];
uint8_t r[9 * SIZE];
int i; int i;
uint8_t state[10]; uint8_t state[10];
AVLFG prng; AVLFG prng;
......
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