Re: [FFmpeg-devel] [PATCH]lavc/hapdec: Correct colour spaces

2015-10-24 Thread Carl Eugen Hoyos
Tom Butterworth gmail.com> writes: > > Attached patch fixes hap colour spaces as > > reminded by Tom Butterworth. > > LGTM, thanks Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/

Re: [FFmpeg-devel] [PATCH]lavc/hapdec: Correct colour spaces

2015-10-23 Thread Tom Butterworth
LGTM, thanks On 23 October 2015 at 08:30, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes hap colour spaces as reminded by Tom Butterworth. > > Please comment, Carl Eugen > > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffm

[FFmpeg-devel] [PATCH]lavc/hapdec: Correct colour spaces

2015-10-23 Thread Carl Eugen Hoyos
Hi! Attached patch fixes hap colour spaces as reminded by Tom Butterworth. Please comment, Carl Eugen diff --git a/libavcodec/hapdec.c b/libavcodec/hapdec.c index 6adac21..5a399dc 100644 --- a/libavcodec/hapdec.c +++ b/libavcodec/hapdec.c @@ -383,9 +383,6 @@ static av_cold int hap_init(AVCodecCon