FFmpeg/libavformat
Justin Ruggles 6ac34eed54 g726: use bits_per_coded_sample instead of bitrate to determine mode
This requires some workarounds in the WAV muxer and demuxer. We need to write
the correct bits_per_coded_sample and block_align in the muxer. In the
demuxer, we cannot rely on the bits_per_coded_sample value, so we use the bit
rate and sample rate to determine the value.

This avoids having the decoder rely on AVCodecContext.bit_rate, which is not
required to be set by the user for decoding according to our API.
2011-11-01 21:23:03 -04:00
..
2011-09-22 20:39:24 +02:00
2011-04-03 22:47:05 +02:00
2011-08-22 07:17:19 +02:00
2011-08-09 19:56:25 +02:00
2011-05-21 13:48:10 +02:00
2011-04-08 15:59:19 +02:00
2011-10-28 14:54:14 -07:00
2011-04-19 18:28:38 +02:00
2011-05-21 13:48:10 +02:00
2011-06-10 10:52:32 +03:00
2011-10-25 16:27:48 +02:00
2011-10-28 14:54:14 -07:00
2011-10-28 14:54:14 -07:00
2011-08-09 19:56:25 +02:00
2011-07-03 21:42:06 +01:00
2011-06-02 20:06:00 +01:00
2011-07-03 21:42:06 +01:00
2011-10-17 20:40:20 +03:00
2011-06-02 20:06:00 +01:00
2011-04-08 15:59:19 +02:00
2011-10-17 22:02:20 +03:00
2011-10-17 19:57:45 +03:00
2011-10-17 19:57:45 +03:00
2011-05-21 13:48:10 +02:00
2011-05-27 09:42:14 +02:00
2011-06-30 12:04:46 +03:00
2011-10-28 14:54:14 -07:00