Changeset 60733a8c686660b92b2c561885ef56106e516945

Show
Ignore:
Timestamp:
03/08/05 16:52:17 (3 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 1123080737 +0000
git-parent:

[00099f3e9cf228a711d5fe22d46a08db3bf204a1]

git-author:
Christophe Massiot <massiot@videolan.org> 1123080737 +0000
Message:
  • src/misc/image.c: Really fixed the segfault on unsupported image type.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/image.c

    re7cde2e r60733a8  
    125125 
    126126    p_block->i_pts = p_block->i_dts = mdate(); 
    127     p_pic = p_image->p_dec->pf_decode_video( p_image->p_dec, &p_block ); 
    128127    while( (p_tmp = p_image->p_dec->pf_decode_video( p_image->p_dec, &p_block )) 
    129128             != NULL )