]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commitea5346c5584bd96185e4a49b81de518ac3a5f587
tree65efda0a11ebdade63fbcd4e80e480f6b3b82da1
parentc31a963befeea8d9441efc19dd31273260152012
wma: Store ASF header info in afhi->techinfo.

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.
wma.h
wma_afh.c
wma_common.c
wmadec_filter.c