Re: [FFmpeg-devel] [PATCH]libpostproc: Fix an aliasing violation

2016-02-23 Thread Carl Eugen Hoyos
Michael Niedermayer niedermayer.cc> writes: > On Tue, Feb 23, 2016 at 07:58:52AM +0100, Carl Eugen Hoyos wrote: > > Hi! > > > > Attached patch fixes ticket #5259 for me. > > > > Please review (including the subject), Carl Eugen > > patch ok, the problem is alignment not aliasing Pushed with t

Re: [FFmpeg-devel] [PATCH]libpostproc: Fix an aliasing violation

2016-02-23 Thread Michael Niedermayer
On Tue, Feb 23, 2016 at 07:58:52AM +0100, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes ticket #5259 for me. > > Please review (including the subject), Carl Eugen patch ok, the problem is alignment not aliasing please also backport this [...] -- Michael GnuPG fingerprint: 9FF212

[FFmpeg-devel] [PATCH]libpostproc: Fix an aliasing violation

2016-02-22 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #5259 for me. Please review (including the subject), Carl Eugen diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 3b86f93..1dc719c 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -973,7 +973,7 @@ void pp_postprocess