projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the
[ffmpeg.git]
/
libavcodec
/
libxavs.c
diff --git
a/libavcodec/libxavs.c
b/libavcodec/libxavs.c
index
c4ac733
..
aa5dc23
100644
(file)
--- a/
libavcodec/libxavs.c
+++ b/
libavcodec/libxavs.c
@@
-338,7
+338,7
@@
static av_cold int XAVS_init(AVCodecContext *avctx)
AVCodec libxavs_encoder = {
.name = "libxavs",
- .type =
CODEC
_TYPE_VIDEO,
+ .type =
AVMEDIA
_TYPE_VIDEO,
.id = CODEC_ID_CAVS,
.priv_data_size = sizeof(XavsContext),
.init = XAVS_init,