On Thu, May 31, 2018 at 04:55:22PM +0530, Gagandeep Singh wrote: > --- > libavcodec/cfhd.c | 462 > ++++++++++++++++++++++++++++++++++++++++++++++-------- > libavcodec/cfhd.h | 15 +- > 2 files changed, 411 insertions(+), 66 deletions(-)
this causes some build warnings:
CC libavcodec/cfhd.o
libavcodec/cfhd.c: In function ‘cfhd_decode’:
libavcodec/cfhd.c:404:5: warning: ISO C90 forbids mixed declarations and code
[-Wdeclaration-after-statement]
int ret = 0, i, j, planes, plane, got_buffer = 0;
^
libavcodec/cfhd.c:743:17: warning: ISO C90 forbids mixed declarations and code
[-Wdeclaration-after-statement]
OPEN_READER(re, &s->gb);
^
libavcodec/cfhd.c:1263:50: warning: assignment from incompatible pointer type
[enabled by default]
s->next_frame->data[act_plane] = output;
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Into a blind darkness they enter who follow after the Ignorance,
they as if into a greater darkness enter who devote themselves
to the Knowledge alone. -- Isha Upanishad
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
