changeset 5327:de0e893ef264 libavcodec

Remove redundant assignment of CODEC_ID_BMP. patch by mark cox melbournemark+ffmpeg _at_ gmail.com thread: [PATCH] Remove unessesary assignment of CODEC_ID_BMP date: Mon, 9 Jul 2007 20:12:28 +1000
author aurel
date Sat, 14 Jul 2007 17:14:16 +0000
parents 923aacd40ee8
children 5f83f09bd748
files bmp.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bmp.c	Sat Jul 14 16:07:56 2007 +0000
+++ b/bmp.c	Sat Jul 14 17:14:16 2007 +0000
@@ -111,7 +111,6 @@
         rgb[2] = bytestream_get_le32(&buf);
     }
 
-    avctx->codec_id = CODEC_ID_BMP;
     avctx->width = width;
     avctx->height = height > 0? height: -height;