]> git.sesse.net Git - vlc/commit
aout: tolerate lack of a resampler if the input and output rates match
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 17 Nov 2012 20:32:26 +0000 (22:32 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 17 Nov 2012 20:32:26 +0000 (22:32 +0200)
commitbc1c318f99443b783704af74a765f1446f188d03
tree74e4f296077688ecea51115c5c4cd790beffadd4
parentfdd2b7b1c4106b8b59d7cb243c50c5b27ea6673d
aout: tolerate lack of a resampler if the input and output rates match

Synchronization will not be so good (as with S/PDIF), but audio will
still work. Anyway, this should hardly ever happen since the ugly
resampler supports all linear formats.
src/audio_output/filters.c