]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
wma: Store ASF header info in afhi->techinfo.
authorAndre Noll <maan@systemlinux.org>
Wed, 8 Jan 2014 18:38:06 +0000 (18:38 +0000)
committerAndre Noll <maan@systemlinux.org>
Tue, 22 Apr 2014 00:26:43 +0000 (02:26 +0200)
This changes the wma audio format handler and decoder to store
the ASF header bits we care about (exp_vlc, bit reservoir, and
variable block length) in struct asf_header_info instead of struct
private_wmadec_data.

This way the wma audio format handler can print this information in
its ->techinfo string for the audio file.


No differences found