Re: [FFmpeg-devel] [PATCH 1/3] libopenmpt: change layout option to use string

2016-07-19 Thread Josh de Kock
On Tue, Jul 19, 2016, at 10:39 PM, Hendrik Leppkes wrote: > > We do have this option, so I would prefer if we keep using it. > Sure, that makes sense. I'll drop this patch from the set. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH 1/3] libopenmpt: change layout option to use string

2016-07-19 Thread Hendrik Leppkes
On Tue, Jul 19, 2016 at 11:33 PM, Josh de Kock wrote: > Libav doesn't have AV_OPT_TYPE_CHANNEL_LAYOUT > so use strings instead to maintain consistency. We do have this option, so I would prefer if we keep using it. - Hendrik ___

[FFmpeg-devel] [PATCH 1/3] libopenmpt: change layout option to use string

2016-07-19 Thread Josh de Kock
Libav doesn't have AV_OPT_TYPE_CHANNEL_LAYOUT so use strings instead to maintain consistency. --- libavformat/libopenmpt.c | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/libavformat/libopenmpt.c b/libavformat/libopenmpt.c index 58a02be..17eb611 100644 ---