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
/
cdgraphics.c
diff --git
a/libavcodec/cdgraphics.c
b/libavcodec/cdgraphics.c
index
d7b8510
..
8638dca
100644
(file)
--- a/
libavcodec/cdgraphics.c
+++ b/
libavcodec/cdgraphics.c
@@
-374,7
+374,7
@@
static av_cold int cdg_decode_end(AVCodecContext *avctx)
AVCodec ff_cdgraphics_decoder = {
.name = "cdgraphics",
.type = AVMEDIA_TYPE_VIDEO,
- .id = CODEC_ID_CDGRAPHICS,
+ .id =
AV_
CODEC_ID_CDGRAPHICS,
.priv_data_size = sizeof(CDGraphicsContext),
.init = cdg_decode_init,
.close = cdg_decode_end,