Re: [FFmpeg-devel] [PATCH]lavf/mkvenc: Set bit_depth for lossless audio codecs

2016-03-19 Thread Hendrik Leppkes
On Tue, Mar 15, 2016 at 12:48 PM, Carl Eugen Hoyos wrote: > Carl Eugen Hoyos ag.or.at> writes: > >> Attached patch makes the output of the mkv muxer more >> similar to what mkvmerge does. >> May fix ticket #5332. > > Ping, I can confirm that the patch fixes ticket #5332. Pushed an alternate patc

Re: [FFmpeg-devel] [PATCH]lavf/mkvenc: Set bit_depth for lossless audio codecs

2016-03-15 Thread Carl Eugen Hoyos
Carl Eugen Hoyos ag.or.at> writes: > Attached patch makes the output of the mkv muxer more > similar to what mkvmerge does. > May fix ticket #5332. Ping, I can confirm that the patch fixes ticket #5332. Carl Eugen ___ ffmpeg-devel mailing list ffmpe

Re: [FFmpeg-devel] [PATCH]lavf/mkvenc: Set bit_depth for lossless audio codecs

2016-03-12 Thread Carl Eugen Hoyos
wm4 googlemail.com> writes: > On Sat, 12 Mar 2016 16:51:18 +0100 > Carl Eugen Hoyos ag.or.at> wrote: > > > Attached patch makes the output of the mkv muxer more > > similar to what mkvmerge does. > > May fix ticket #5332. > > > > Please comment, Carl Eugen > > Are you sure this is correct,

Re: [FFmpeg-devel] [PATCH]lavf/mkvenc: Set bit_depth for lossless audio codecs

2016-03-12 Thread wm4
On Sat, 12 Mar 2016 16:51:18 +0100 Carl Eugen Hoyos wrote: > Hi! > > Attached patch makes the output of the mkv muxer more similar to what > mkvmerge does. > May fix ticket #5332. > > Please comment, Carl Eugen Are you sure this is correct, and _why_? _

[FFmpeg-devel] [PATCH]lavf/mkvenc: Set bit_depth for lossless audio codecs

2016-03-12 Thread Carl Eugen Hoyos
Hi! Attached patch makes the output of the mkv muxer more similar to what mkvmerge does. May fix ticket #5332. Please comment, Carl Eugen diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index 05b1b94..b721dc3 100644 --- a/libavformat/matroskaenc.c +++ b/libavformat/matroskaenc