Re: [FFmpeg-devel] [PATCH 2/2] avcodec/j2kenc: Use JP2 format by default

2015-06-19 Thread Michael Niedermayer
On Fri, Jun 19, 2015 at 05:13:59AM +0200, Michael Niedermayer wrote: > Without the JP2 fields its not possible to identify the colorspace > > Fixes Ticket538 > > Signed-off-by: Michael Niedermayer > --- > libavcodec/j2kenc.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) applied [

[FFmpeg-devel] [PATCH 2/2] avcodec/j2kenc: Use JP2 format by default

2015-06-18 Thread Michael Niedermayer
Without the JP2 fields its not possible to identify the colorspace Fixes Ticket538 Signed-off-by: Michael Niedermayer --- libavcodec/j2kenc.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/j2kenc.c b/libavcodec/j2kenc.c index ebf8cc7..293515c 100644 --- a/liba