Skip to content
Snippets Groups Projects
Commit 591e06b0 authored by Benoit Fouet's avatar Benoit Fouet Committed by Michael Niedermayer
Browse files

avformat/img2: remove useless 'pix' duplicated entry.


The second entry will never be selected, so let's save some bytes in the
library.

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent e1cddd1a
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,6 @@ static const IdStrMap img_tags[] = { ...@@ -57,7 +57,6 @@ static const IdStrMap img_tags[] = {
{ AV_CODEC_ID_TIFF, "tif" }, { AV_CODEC_ID_TIFF, "tif" },
{ AV_CODEC_ID_SGI, "sgi" }, { AV_CODEC_ID_SGI, "sgi" },
{ AV_CODEC_ID_PTX, "ptx" }, { AV_CODEC_ID_PTX, "ptx" },
{ AV_CODEC_ID_BRENDER_PIX,"pix" },
{ AV_CODEC_ID_PCX, "pcx" }, { AV_CODEC_ID_PCX, "pcx" },
{ AV_CODEC_ID_SUNRAST, "sun" }, { AV_CODEC_ID_SUNRAST, "sun" },
{ AV_CODEC_ID_SUNRAST, "ras" }, { AV_CODEC_ID_SUNRAST, "ras" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment