[Mplayer-cvslog] CVS: main/libac3 ac3.h,1.1.1.1,1.2 decode.c,1.1.1.1,1.2
GEREOFFY
arpi_esp at users.sourceforge.net
Thu May 10 05:39:56 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main configure,1.44,1.45 dec_audio.c,1.10,1.11 demuxer.c,1.6,1.7 demuxer.h,1.2,1.3 dll_init.c,1.16,1.17 mplayer.c,1.108,1.109 stheader.h,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/DOCS README,1.32,1.33 codecs.conf,1.32,1.33 example.conf,1.18,1.19 mplayer.1,1.30,1.31
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/libac3
In directory usw-pr-cvs1:/tmp/cvs-serv21545/libac3
Modified Files:
ac3.h decode.c
Log Message:
new audio playback and A-V sync code
Index: ac3.h
===================================================================
RCS file: /cvsroot/mplayer/main/libac3/ac3.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** ac3.h 2001/02/24 20:29:32 1.1.1.1
--- ac3.h 2001/05/10 03:39:54 1.2
***************
*** 47,50 ****
--- 47,51 ----
{
uint32_t sampling_rate;
+ uint32_t bit_rate;
int16_t *audio_data;
} ac3_frame_t;
Index: decode.c
===================================================================
RCS file: /cvsroot/mplayer/main/libac3/decode.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** decode.c 2001/02/24 20:29:37 1.1.1.1
--- decode.c 2001/05/10 03:39:54 1.2
***************
*** 160,164 ****
}
! ac3_frame_t ac3_frame;
ac3_frame_t*
--- 160,164 ----
}
! static ac3_frame_t ac3_frame;
ac3_frame_t*
***************
*** 168,171 ****
--- 168,173 ----
if(!decode_buffer_syncframe(&syncinfo)) return NULL;
+
+ ac3_frame.bit_rate=syncinfo.bit_rate;
// dprintf("(decode) begin frame %d\n",frame_count++);
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
- Previous message: [Mplayer-cvslog] CVS: main configure,1.44,1.45 dec_audio.c,1.10,1.11 demuxer.c,1.6,1.7 demuxer.h,1.2,1.3 dll_init.c,1.16,1.17 mplayer.c,1.108,1.109 stheader.h,1.7,1.8
- Next message: [Mplayer-cvslog] CVS: main/DOCS README,1.32,1.33 codecs.conf,1.32,1.33 example.conf,1.18,1.19 mplayer.1,1.30,1.31
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list