summaryrefslogtreecommitdiffstats
path: root/demux_avi.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux_avi.c')
-rw-r--r--demux_avi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux_avi.c b/demux_avi.c
index f7bc09d966..34dff21ecd 100644
--- a/demux_avi.c
+++ b/demux_avi.c
@@ -433,6 +433,7 @@ demuxer_t* demux_open_avi(demuxer_t* demuxer){
priv->idx_pos_v=demuxer->movi_start;
pts_from_bps=1; // force BPS sync!
}
+ demuxer->seekable=0;
}
if(!ds_fill_buffer(d_video)){
mp_msg(MSGT_DEMUX,MSGL_ERR,"AVI: missing video stream!? contact the author, it may be a bug :(\n");