[FFmpeg-devel] [PATCH] libavcodec/svq3.c build break fix.

Alper Akcan alper.akcan
Thu Feb 25 19:23:35 CET 2010


hi,

due to type change of intra4x4_pred_mode in h264.h, libavcodec/svq3.c
build fails with below;

libavcodec/svq3.c:481: error: subscripted value is neither array nor pointer
libavcodec/svq3.c:492: error: subscripted value is neither array nor pointer
libavcodec/svq3.c:492: error: subscripted value is neither array nor pointer
libavcodec/svq3.c:497: error: subscripted value is neither array nor pointer
libavcodec/svq3.c:498: error: subscripted value is neither array nor pointer
libavcodec/svq3.c:503: error: subscripted value is neither array nor pointer
libavcodec/svq3.c:543: error: subscripted value is neither array nor pointer
libavcodec/svq3.c:550: error: subscripted value is neither array nor pointer
libavcodec/svq3.c:551: error: subscripted value is neither array nor pointer
libavcodec/svq3.c:552: error: subscripted value is neither array nor pointer
libavcodec/svq3.c:553: error: subscripted value is neither array nor pointer

attached patch file has a quick fix for the error.

regards,
alper.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 00-libavcodec-svq3-build-break-fix.diff
Type: application/octet-stream
Size: 4685 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100225/5ed11dc0/attachment.obj>



More information about the ffmpeg-devel mailing list