Mercurial > libavcodec.hg
diff interplayvideo.c @ 1545:b340e83b8d0d libavcodec
gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
| author | michael |
|---|---|
| date | Sun, 19 Oct 2003 21:05:41 +0000 |
| parents | 26eb7678cb46 |
| children | 6b224ca24033 |
line wrap: on
line diff
--- a/interplayvideo.c Sat Oct 18 18:47:06 2003 +0000 +++ b/interplayvideo.c Sun Oct 19 21:05:41 2003 +0000 @@ -876,7 +876,7 @@ if (s->avctx->extradata_size != sizeof(AVPaletteControl)) { printf (" Interplay video: expected extradata_size of %d\n", - sizeof(AVPaletteControl)); + (int)sizeof(AVPaletteControl)); return -1; }
