summaryrefslogtreecommitdiff
path: root/libavformat/iv8.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/iv8.c')
-rw-r--r--libavformat/iv8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/iv8.c b/libavformat/iv8.c
index 99732fc15d..56909e3a22 100644
--- a/libavformat/iv8.c
+++ b/libavformat/iv8.c
@@ -46,7 +46,7 @@ static int read_header(AVFormatContext *s)
return AVERROR(ENOMEM);
st->codec->codec_type = AVMEDIA_TYPE_VIDEO;
- st->codec->codec_id = CODEC_ID_MPEG4;
+ st->codec->codec_id = AV_CODEC_ID_MPEG4;
st->need_parsing = AVSTREAM_PARSE_FULL;
avpriv_set_pts_info(st, 64, 1, 90000);