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
/
mmvideo.c
diff --git
a/libavcodec/mmvideo.c
b/libavcodec/mmvideo.c
index
c790994
..
3fc8f9f
100644
(file)
--- a/
libavcodec/mmvideo.c
+++ b/
libavcodec/mmvideo.c
@@
-229,7
+229,7
@@
static av_cold int mm_decode_end(AVCodecContext *avctx)
AVCodec ff_mmvideo_decoder = {
.name = "mmvideo",
.type = AVMEDIA_TYPE_VIDEO,
- .id = CODEC_ID_MMVIDEO,
+ .id =
AV_
CODEC_ID_MMVIDEO,
.priv_data_size = sizeof(MmContext),
.init = mm_decode_init,
.close = mm_decode_end,