3s3s / lavfilters

Automatically exported from code.google.com/p/lavfilters
GNU General Public License v2.0
0 stars 0 forks source link

LAV Audio has no fallback to integer audio when float is not supported #178

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the issue you're having:

The audio decoder disable itself, it just won't load up.
This happened when the option of output formats [32-bit floating-point] enabled 
by default, if i disable this option, it will load as it should be.

How can the issue be reproduced? Sample File?

enable the option of output formats [32-bit floating-point], than playback any 
mp4 video with aac audio source.

What version of the product are you using? In which Player?

MPC-HC 1.6 SVN 4017

Original issue reported on code.google.com by excel...@gmail.com on 31 Jan 2012 at 9:11

GoogleCodeExporter commented 9 years ago
It should try to offer a fallback to integer based audio when float is not 
being accepted. I'll try to look into it.

Original comment by h.lepp...@gmail.com on 31 Jan 2012 at 1:39

GoogleCodeExporter commented 9 years ago
LAV Audio now offers a 16bit integer fallback type if the other type of its 
choice is not supported.

Original comment by h.lepp...@gmail.com on 11 Feb 2012 at 11:37