[FFmpeg-cvslog] r16412 - in trunk: ffmpeg.c ffplay.c libavcodec/avcodec.h libavcodec/dvbsub.c libavcodec/dvbsubdec.c libavcodec/dvdsubenc.c libavcodec/xsubdec.c

Mike Melanson mike
Sat Jan 3 19:10:19 CET 2009


michael wrote:
> Author: michael
> Date: Sat Jan  3 18:54:48 2009
> New Revision: 16412
> 
> Log:
> Change AVSubtitle.rects to an array of pointers so ABI does not break
> when the size of AVSubtitleRect changes.
> 
> Modified:
>    trunk/ffmpeg.c
>    trunk/ffplay.c
>    trunk/libavcodec/avcodec.h
>    trunk/libavcodec/dvbsub.c
>    trunk/libavcodec/dvbsubdec.c
>    trunk/libavcodec/dvdsubenc.c
>    trunk/libavcodec/xsubdec.c

This broke the builds. Something about a bunch of variables not being 
part of a structure. E.g.:

/Users/melanson/fate/source/libavcodec/dvdsubdec.c:322: error: request 
for member ?bitmap? in something not a structure or union
/Users/melanson/fate/source/libavcodec/dvdsubdec.c:323: error: request 
for member ?rgba_palette? in something not a structure or union

-- 
     -Mike Melanson




More information about the ffmpeg-cvslog mailing list