FFmpeg
Loading...
Searching...
No Matches
ac3.c File Reference
#include <inttypes.h>
#include <stdio.h>
#include <string.h>
#include "libavutil/crc.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/lfg.h"
#include "libavutil/macros.h"
#include "libavcodec/ac3.h"
#include "libavcodec/ac3dsp.h"
#include "libavcodec/ac3tab.h"

Go to the source code of this file.

Functions

static uint32_t hash_int16 (const AVCRC *crc, uint32_t hash, const int16_t *data, int count)
 
int main (void)
 

Function Documentation

◆ hash_int16()

static uint32_t hash_int16 ( const AVCRC * crc,
uint32_t hash,
const int16_t * data,
int count )
static

Definition at line 31 of file ac3.c.

Referenced by main().

◆ main()

int main ( void )

Definition at line 41 of file ac3.c.