[Mplayer-cvslog] CVS: main/libmpcodecs ad_a52.c,1.1,1.2
Arpi of Ize
arpi at mplayer.dev.hu
Mon Mar 25 22:13:06 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_a52.c,NONE,1.1 ad_acm.c,NONE,1.1 ad_alaw.c,NONE,1.1 ad_dk3adpcm.c,NONE,1.1 ad_dk4adpcm.c,NONE,1.1 ad_dshow.c,NONE,1.1 ad_dvdpcm.c,NONE,1.1 ad_ffmpeg.c,NONE,1.1 ad_hwac3.c,NONE,1.1 ad_imaadpcm.c,NONE,1.1 ad_in
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs dec_audio.c,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mplayer:/var/tmp.root/cvs-serv19411
Modified Files:
ad_a52.c
Log Message:
do not export the World
Index: ad_a52.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ad_a52.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ad_a52.c 25 Mar 2002 21:06:01 -0000 1.1
+++ ad_a52.c 25 Mar 2002 21:13:02 -0000 1.2
@@ -13,10 +13,9 @@
#include "../liba52/a52.h"
#include "../liba52/mm_accel.h"
-sample_t * a52_samples;
-a52_state_t a52_state;
-uint32_t a52_accel=0;
-uint32_t a52_flags=0;
+static sample_t * a52_samples;
+static a52_state_t a52_state;
+static uint32_t a52_flags=0;
#include "bswap.h"
@@ -102,6 +101,7 @@
static int init(sh_audio_t *sh_audio)
{
+ uint32_t a52_accel=0;
sample_t level=1, bias=384;
int flags=0;
/* Dolby AC3 audio:*/
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs ad_a52.c,NONE,1.1 ad_acm.c,NONE,1.1 ad_alaw.c,NONE,1.1 ad_dk3adpcm.c,NONE,1.1 ad_dk4adpcm.c,NONE,1.1 ad_dshow.c,NONE,1.1 ad_dvdpcm.c,NONE,1.1 ad_ffmpeg.c,NONE,1.1 ad_hwac3.c,NONE,1.1 ad_imaadpcm.c,NONE,1.1 ad_in
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs dec_audio.c,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list