Mercurial > libavcodec.hg
diff targa.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 | 2b72f9bc4f06 |
line wrap: on
line diff
--- a/targa.c Tue Feb 06 23:58:02 2007 +0000 +++ b/targa.c Wed Feb 07 01:48:09 2007 +0000 @@ -132,7 +132,7 @@ avctx->pix_fmt = PIX_FMT_BGR24; break; case 32: - avctx->pix_fmt = PIX_FMT_RGBA32; + avctx->pix_fmt = PIX_FMT_RGB32; break; default: av_log(avctx, AV_LOG_ERROR, "Bit depth %i is not supported\n", s->bpp);
