git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove redundant assignment of CODEC_ID_BMP.
[ffmpeg.git]
/
libavcodec
/
bmp.c
diff --git
a/libavcodec/bmp.c
b/libavcodec/bmp.c
index
d1cfdce
..
8ff2fc6
100644
(file)
--- a/
libavcodec/bmp.c
+++ b/
libavcodec/bmp.c
@@
-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;