summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/rsound/files/fix-vlc.patch')
-rw-r--r--media-libs/rsound/files/fix-vlc.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/media-libs/rsound/files/fix-vlc.patch b/media-libs/rsound/files/fix-vlc.patch
new file mode 100644
index 0000000..f14e1d4
--- /dev/null
+++ b/media-libs/rsound/files/fix-vlc.patch
@@ -0,0 +1,13 @@
+diff --git a/patches/vlc/rsound-plugin.c b/patches/vlc/rsound-plugin.c
+index 7e11a16..f703f1b 100644
+--- a/patches/vlc/rsound-plugin.c
++++ b/patches/vlc/rsound-plugin.c
+@@ -172,7 +172,7 @@ static int Open( vlc_object_t *p_this )
+ rsd_set_param(p_sys->rd, RSD_FORMAT, &format);
+
+ p_aout->format.i_format = VLC_CODEC_S16N;
+- p_aout->i_nb_samples = 1024; // Just pick something relatively small. Anything is fine.
++ /*p_aout->i_nb_samples = 1024; // Just pick something relatively small. Anything is fine.*/
+ p_aout->pf_play = Play;
+
+ aout_VolumeSoftInit( p_aout );