demux_mkv, ad_ffmpeg: use Matroska OutputSamplingFrequency if available
commit37dbe7f5d07c8b1c4bb8529b87ddca7287ae8bae
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 21 Nov 2010 12:52:08 +0000 (21 14:52 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 21 Nov 2010 12:52:08 +0000 (21 14:52 +0200)
tree91b8209605c657345d255b94a0833ba115ca9327
parent5a3edf4c0769c7e354ab6c9b0be3aa402254ff10
demux_mkv, ad_ffmpeg: use Matroska OutputSamplingFrequency if available

Use the value of the OutputSamplingFrequency element instead of the
SamplingFrequency element as the "container samplerate". In most cases
this only removes a warning, as those typically differ for SBR AAC
files and there was already a special case detecting this in
ad_ffmpeg.

The implementation adds a new "container_out_samplerate" field to the
sh_audio struct. Reusing the existing "samplerate" field and the
equivalent inside the 'wf' struct and just setting those to the new
value instead would probably work (at least I'm not aware of any codec
that would need the original SamplingFrequency for initialization).
However using a separate field also avoids some ugliness: the 'wf'
struct may not exist (though most demuxers create it), and the
'samplerate' field is overwritten to reflect the final value decided
by codec when decoding is first initialized.
libmpcodecs/ad_ffmpeg.c
libmpdemux/demux_mkv.c
libmpdemux/stheader.h