[FFmpeg-devel] [GSOC][PATCH] lavc/cfhd:IP frame decoding (inverse 3d transform) introduced

Michael Niedermayer michael at niedermayer.cc
Sat Jun 2 00:34:25 EEST 2018


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180601/3a01db1b/attachment.sig>


More information about the ffmpeg-devel mailing list