git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
exr: fix out of bounds read in get_code
[ffmpeg.git]
/
libavcodec
/
indeo2.c
diff --git
a/libavcodec/indeo2.c
b/libavcodec/indeo2.c
index
39735c2
..
74135b9
100644
(file)
--- a/
libavcodec/indeo2.c
+++ b/
libavcodec/indeo2.c
@@
-252,5
+252,5
@@
AVCodec ff_indeo2_decoder = {
.init = ir2_decode_init,
.close = ir2_decode_end,
.decode = ir2_decode_frame,
- .capabilities = CODEC_CAP_DR1,
+ .capabilities =
AV_
CODEC_CAP_DR1,
};