FFmpeg
|
#include <stdint.h>
#include <string.h>
#include "libavutil/lfg.h"
#include "libavutil/log.h"
#include "libavcodec/rangecoder.h"
Go to the source code of this file.
Macros | |
#define | SIZE 1240 |
Functions | |
static int | rac_check_termination (RangeCoder *c, int version) |
Check if at the current position there is a valid looking termination. More... | |
int | main (void) |
#define SIZE 1240 |
Definition at line 27 of file rangecoder.c.
Referenced by main().
|
static |
Check if at the current position there is a valid looking termination.
version | version 0 requires the decoder to know the data size in bytes version 1 needs about 1 bit more space but does not need to carry the size from encoder to decoder |
Definition at line 36 of file rangecoder.c.
Referenced by main().
Definition at line 55 of file rangecoder.c.