Commit a6540c9f authored by Mark Cox's avatar Mark Cox Committed by Aurelien Jacobs

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

Originally committed as revision 9675 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 283614b5
......@@ -111,7 +111,6 @@ static int bmp_decode_frame(AVCodecContext *avctx,
rgb[2] = bytestream_get_le32(&buf);
}
avctx->codec_id = CODEC_ID_BMP;
avctx->width = width;
avctx->height = height > 0? height: -height;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment