Commit 1980a6dd authored by Jean-Paul Saman's avatar Jean-Paul Saman

Patch to fix ticket #1162 by npl at chello.at.

parent be8ab372
...@@ -173,7 +173,7 @@ static int AVI_ChunkRead_list( stream_t *s, avi_chunk_t *p_container ) ...@@ -173,7 +173,7 @@ static int AVI_ChunkRead_list( stream_t *s, avi_chunk_t *p_container )
break; break;
} }
if( p_chk->common.p_father->common.i_chunk_size > 0 && 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)p_chk->common.p_father->common.i_chunk_pos +
(off_t)__EVEN( p_chk->common.p_father->common.i_chunk_size ) ) ) (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