summaryrefslogtreecommitdiff
path: root/libavformat/ipudec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/ipudec.c')
-rw-r--r--libavformat/ipudec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ipudec.c b/libavformat/ipudec.c
index 27b6b59356..a314a89001 100644
--- a/libavformat/ipudec.c
+++ b/libavformat/ipudec.c
@@ -62,7 +62,7 @@ static int ipu_read_header(AVFormatContext *s)
st->start_time = 0;
st->duration =
st->nb_frames = avio_rl32(pb);
- st->internal->need_parsing = AVSTREAM_PARSE_FULL_RAW;
+ ffstream(st)->need_parsing = AVSTREAM_PARSE_FULL_RAW;
avpriv_set_pts_info(st, 64, 1, 25);
return 0;