[FFmpeg-cvslog] avformat/img2: remove useless 'pix' duplicated entry.
Benoit Fouet
git at videolan.org
Mon Sep 22 10:34:25 CEST 2014
ffmpeg | branch: master | Benoit Fouet <benoit.fouet at free.fr> | Fri Sep 12 16:37:26 2014 +0200| [591e06b0e24f5c467547e9b90994268a1b5267f9] | committer: Michael Niedermayer
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 at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=591e06b0e24f5c467547e9b90994268a1b5267f9
---
libavformat/img2.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/img2.c b/libavformat/img2.c
index 8002054..d6f1244 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" },
More information about the ffmpeg-cvslog
mailing list