Mercurial > libavcodec.hg
diff rawdec.c @ 11751:378caf7b42ef libavcodec
Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags.
The new name is shorter and consistent with the FFmpeg style.
| author | stefano |
|---|---|
| date | Thu, 20 May 2010 23:09:11 +0000 |
| parents | bd1701d38721 |
| children | 3ba304b8cbd2 |
line wrap: on
line diff
--- a/rawdec.c Thu May 20 21:27:01 2010 +0000 +++ b/rawdec.c Thu May 20 23:09:11 2010 +0000 @@ -75,7 +75,7 @@ if (avctx->codec_tag == MKTAG('r','a','w',' ')) avctx->pix_fmt = findPixelFormat(pixelFormatBpsMOV, avctx->bits_per_coded_sample); else if (avctx->codec_tag) - avctx->pix_fmt = findPixelFormat(ff_raw_pixelFormatTags, avctx->codec_tag); + avctx->pix_fmt = findPixelFormat(ff_raw_pix_fmt_tags, avctx->codec_tag); else if (avctx->bits_per_coded_sample) avctx->pix_fmt = findPixelFormat(pixelFormatBpsAVI, avctx->bits_per_coded_sample);
