Re: [FFmpeg-devel] [PATCH]Fix initialiser in dct-test.c

2014-10-16 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > > Attached patch fixes a (fate) compilation warning on > > unusual platforms, I did not really check if the > > warning is correct though. > LGTM Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mailing l

Re: [FFmpeg-devel] [PATCH]Fix initialiser in dct-test.c

2014-10-14 Thread Michael Niedermayer
On Tue, Oct 14, 2014 at 10:59:10AM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch fixes a (fate) compilation warning on > unusual platforms, I did not really check if the > warning is correct though. > > CC libavcodec/dct-test.o > libavcodec/dct-test.c:101:21: warning: missing bra

[FFmpeg-devel] [PATCH]Fix initialiser in dct-test.c

2014-10-14 Thread Carl Eugen Hoyos
Hi! Attached patch fixes a (fate) compilation warning on unusual platforms, I did not really check if the warning is correct though. CC libavcodec/dct-test.o libavcodec/dct-test.c:101:21: warning: missing braces around initializer [-Wmissing-braces] libavcodec/dct-test.c:101:21: warning: