mirror of
https://github.com/mpv-player/mpv
synced 2025-04-07 18:14:33 +00:00
do not export the World
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5342 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7c026066ea
commit
040bc8f79a
@ -13,10 +13,9 @@
|
|||||||
#include "../liba52/a52.h"
|
#include "../liba52/a52.h"
|
||||||
#include "../liba52/mm_accel.h"
|
#include "../liba52/mm_accel.h"
|
||||||
|
|
||||||
sample_t * a52_samples;
|
static sample_t * a52_samples;
|
||||||
a52_state_t a52_state;
|
static a52_state_t a52_state;
|
||||||
uint32_t a52_accel=0;
|
static uint32_t a52_flags=0;
|
||||||
uint32_t a52_flags=0;
|
|
||||||
|
|
||||||
#include "bswap.h"
|
#include "bswap.h"
|
||||||
|
|
||||||
@ -102,6 +101,7 @@ static int preinit(sh_audio_t *sh)
|
|||||||
|
|
||||||
static int init(sh_audio_t *sh_audio)
|
static int init(sh_audio_t *sh_audio)
|
||||||
{
|
{
|
||||||
|
uint32_t a52_accel=0;
|
||||||
sample_t level=1, bias=384;
|
sample_t level=1, bias=384;
|
||||||
int flags=0;
|
int flags=0;
|
||||||
/* Dolby AC3 audio:*/
|
/* Dolby AC3 audio:*/
|
||||||
|
Loading…
Reference in New Issue
Block a user