summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2014-09-12 16:37:26 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-09-22 10:25:31 +0200
commit591e06b0e24f5c467547e9b90994268a1b5267f9 (patch)
tree1840be531ab79cf1c3bad79863a41d129a782089 /libavformat/img2.c
parente1cddd1a0c21ecc278ff01a12650761522da22cd (diff)
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: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r--libavformat/img2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c
index 80020549f6..d6f1244650 100644
--- a/libavformat/img2.c
+++ b/libavformat/img2.c
@@ -57,7 +57,6 @@ 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" },