projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
[ffmpeg.git]
/
libavcodec
/
indeo2.c
diff --git
a/libavcodec/indeo2.c
b/libavcodec/indeo2.c
index
e8c0a7f
..
3f8ed42
100644
(file)
--- a/
libavcodec/indeo2.c
+++ b/
libavcodec/indeo2.c
@@
-231,7
+231,7
@@
static av_cold int ir2_decode_end(AVCodecContext *avctx){
AVCodec ff_indeo2_decoder = {
.name = "indeo2",
.type = AVMEDIA_TYPE_VIDEO,
- .id = CODEC_ID_INDEO2,
+ .id =
AV_
CODEC_ID_INDEO2,
.priv_data_size = sizeof(Ir2Context),
.init = ir2_decode_init,
.close = ir2_decode_end,