[PD-cvs] externals/pidip/include pdp_mp4player~.h,1.1,1.2

Yves Degoyon sevyves at users.sourceforge.net
Tue May 18 02:45:55 CEST 2004


Update of /cvsroot/pure-data/externals/pidip/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14474

Modified Files:
	pdp_mp4player~.h 
Log Message:
PiDiP 0.12.14

Index: pdp_mp4player~.h
===================================================================
RCS file: /cvsroot/pure-data/externals/pidip/include/pdp_mp4player~.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pdp_mp4player~.h	30 Mar 2004 02:59:55 -0000	1.1
--- pdp_mp4player~.h	18 May 2004 00:45:51 -0000	1.2
***************
*** 55,59 ****
  #include "pdp_mp4audiosource.h"
  
! #define DEFAULT_CHANNELS 1
  #define MIN_PRIORITY -20
  #define DEFAULT_PRIORITY 0
--- 55,59 ----
  #include "pdp_mp4audiosource.h"
  
! #define DEFAULT_CHANNELS 2
  #define MIN_PRIORITY -20
  #define DEFAULT_PRIORITY 0
***************
*** 70,74 ****
      t_float x_f;
  
!     t_int x_packet0;
      t_int x_dropped;
  
--- 70,74 ----
      t_float x_f;
  
!     t_int x_packet;
      t_int x_dropped;
  
***************
*** 94,97 ****
--- 94,98 ----
      t_int x_audiochannels;  // audio channels
      t_int x_audioon;        // enough audio data to start playing
+     t_int x_blocksize;      // audio block size
      struct timeval x_starttime; // streaming starting time
      t_int x_cursec;         // current second
***************
*** 101,107 ****
      t_int x_newpicture;     // flag indicating a new picture
  
        /* audio structures */
      t_int x_audio;           // flag to activate the decoding of audio
-     short x_audio_buf[4*MAX_AUDIO_PACKET_SIZE]; /* buffer for audio from stream*/
      short x_audio_in[4*MAX_AUDIO_PACKET_SIZE]; /* buffer for resampled PCM audio */
      t_int x_audioin_position; // writing position for incoming audio
--- 102,109 ----
      t_int x_newpicture;     // flag indicating a new picture
  
+     short int *x_datav;     // video data from mpeg4hippies
+ 
        /* audio structures */
      t_int x_audio;           // flag to activate the decoding of audio
      short x_audio_in[4*MAX_AUDIO_PACKET_SIZE]; /* buffer for resampled PCM audio */
      t_int x_audioin_position; // writing position for incoming audio





More information about the Pd-cvs mailing list