From ae17878fb2ab100264226c84c58f5b95a703312f Mon Sep 17 00:00:00 2001 From: Aleksi Nurmi Date: Thu, 27 Mar 2014 00:45:15 +0100 Subject: BRender PIX image decoder Further enhancements by Vittorio Giovara and Paul B Mahol. Signed-off-by: Vittorio Giovara --- libavformat/img2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/img2.c') diff --git a/libavformat/img2.c b/libavformat/img2.c index 9cec45a03a..5e842cf178 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -56,6 +56,7 @@ static const IdStrMap img_tags[] = { { AV_CODEC_ID_TIFF, "tif" }, { AV_CODEC_ID_SGI, "sgi" }, { AV_CODEC_ID_PTX, "ptx" }, + { AV_CODEC_ID_BRENDER_PIX,"pix" }, { AV_CODEC_ID_PCX, "pcx" }, { AV_CODEC_ID_SUNRAST, "sun" }, { AV_CODEC_ID_SUNRAST, "ras" }, -- cgit v1.2.3