summaryrefslogtreecommitdiffstats
path: root/extra/vlc/vlc-0.8.5.patch
blob: 320b2e42ce336feae43092a1961ad5d94d9acaa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- vlc-0.8.5/modules/audio_output/portaudio.c	2006-05-11 13:15:36.000000000 +0200
+++ vlc-0.8.5/modules/audio_output/portaudio.c-new	2006-05-11 13:16:27.000000000 +0200
@@ -61,12 +61,10 @@
 {
     aout_instance_t *p_aout;
     PaStream *p_stream;
-
     PaDeviceIndex i_devices;
     int i_sample_size;
     PaDeviceIndex i_device_id;
     const PaDeviceInfo *deviceInfo;
-
     vlc_bool_t b_chan_reorder;              /* do we need channel reordering */
     int pi_chan_table[AOUT_CHAN_MAX];
     uint32_t i_channel_mask;