]> git.sesse.net Git - vlc/commit
Set i_bitspersample to correct value when changing an audio codec. (Not
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 22 Jun 2008 16:03:45 +0000 (18:03 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 22 Jun 2008 16:07:34 +0000 (18:07 +0200)
commit55f1d3272f61f46068e58c41690111e879082188
tree77384da3846d523e6f827b1b8af293565eab8be2
parent4c8296b58b24175921b37f99dfa7bda5e08f6cdb
Set i_bitspersample to correct value when changing an audio codec. (Not
sure if I didn't miss some spots where that was missing). Thanks to
Kevin DuBois for finding the bug. (This should fix some audio
transcoding crashes)
include/vlc_aout.h
modules/audio_filter/converter/a52tofloat32.c
modules/audio_filter/converter/dtstofloat32.c
modules/audio_filter/converter/mpgatofixed32.c
src/audio_output/common.c