Commit 34894772 authored by Dennis van Amerongen's avatar Dennis van Amerongen

* modules/demux/avi/linavi.c: Backport [19904], Patch to fix ticket #1162 by npl at chello.at

parent 1ad5157d
......@@ -176,7 +176,7 @@ static int AVI_ChunkRead_list( stream_t *s, avi_chunk_t *p_container )
break;
}
if( p_chk->common.p_father->common.i_chunk_size > 0 &&
( stream_Tell( s ) >=
( stream_Tell( s ) >
(off_t)p_chk->common.p_father->common.i_chunk_pos +
(off_t)__EVEN( p_chk->common.p_father->common.i_chunk_size ) ) )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment