Mercurial > libavcodec.hg
diff tscc.c @ 4494:ce643a22f049 libavcodec
Replace deprecated PIX_FMT names by the newer variants.
| author | diego |
|---|---|
| date | Wed, 07 Feb 2007 01:48:09 +0000 |
| parents | 05e932ddaaa9 |
| children | 59f4fb490fa7 |
line wrap: on
line diff
--- a/tscc.c Tue Feb 06 23:58:02 2007 +0000 +++ b/tscc.c Wed Feb 07 01:48:09 2007 +0000 @@ -283,7 +283,7 @@ case 24: avctx->pix_fmt = PIX_FMT_BGR24; break; - case 32: avctx->pix_fmt = PIX_FMT_RGBA32; break; + case 32: avctx->pix_fmt = PIX_FMT_RGB32; break; default: av_log(avctx, AV_LOG_ERROR, "Camtasia error: unknown depth %i bpp\n", avctx->bits_per_sample); return -1; }
