diff libmpcodecs/ad_libdv.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 71b3e04d0555
children bbb6ebec87a0
line wrap: on
line diff
--- a/libmpcodecs/ad_libdv.c	Tue May 12 19:25:35 2009 +0000
+++ b/libmpcodecs/ad_libdv.c	Wed May 13 02:58:57 2009 +0000
@@ -48,7 +48,7 @@
   WAVEFORMATEX *h=sh->wf;
 
   if(!h) return 0;
-   
+
   sh->i_bps=h->nAvgBytesPerSec;
   sh->channels=h->nChannels;
   sh->samplerate=h->nSamplesPerSec;
@@ -84,7 +84,7 @@
    if(xx<=0 || !dv_audio_frame) return 0; // EOF?
 
    dv_parse_header(decoder, dv_audio_frame);
-   
+
    if(xx!=decoder->frame_size)
        mp_msg(MSGT_GLOBAL,MSGL_WARN,MSGTR_MPCODECS_AudioFramesizeDiffers,
            xx, decoder->frame_size);
@@ -94,7 +94,7 @@
       /* Interleave the audio into a single buffer */
       int i=0;
       int16_t *bufP=(int16_t*)buf;
-      
+
 //      printf("samples=%d/%d  chans=%d  mem=%d  \n",decoder->audio->samples_this_frame,DV_AUDIO_MAX_SAMPLES,
 //          decoder->audio->num_channels, decoder->audio->samples_this_frame*decoder->audio->num_channels*2);