[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


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



More information about the MPlayer-cvslog mailing list