Re: [libav-devel] [PATCH 2/2] mlp_parser: Drop in-parser downmix functionality

2017-04-26 Thread Diego Biurrun
On Wed, Apr 26, 2017 at 11:38:18AM -0400, Vittorio Giovara wrote: > request_channel_layout is a decoder option and it makes no sense > to have it in a parser. > > See the previous commit for a more detailed explanation. Just copy and paste. The log message should be understandable standalone. Di

[libav-devel] [PATCH 2/2] mlp_parser: Drop in-parser downmix functionality

2017-04-26 Thread Vittorio Giovara
request_channel_layout is a decoder option and it makes no sense to have it in a parser. See the previous commit for a more detailed explanation. Signed-off-by: Vittorio Giovara --- libavcodec/mlp_parser.c | 23 +++ libavcodec/mlp_parser.h | 2 -- libavcodec/mlpdec.c |