Changeset 4a1b6b00bae98767ddf5ae84c571859cb51be630

Show
Ignore:
Timestamp:
20/07/07 01:05:27 (1 year ago)
Author:
Bernie Purcell <bitmap@videolan.org>
git-committer:
Bernie Purcell <bitmap@videolan.org> 1184886327 +0000
git-parent:

[14b5b5ff59b7f8cd78b357c3136c8cc8b2b67f32]

git-author:
Bernie Purcell <bitmap@videolan.org> 1184886327 +0000
Message:

(hopefully) a fix for issue found by Ilkka Ollakka introduced in commit 20729

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/misc/freetype.c

    r2293854 r4a1b6b0  
    24052405                    p_region_out->i_y = p_region_in->i_y; 
    24062406 
    2407                     if( rv == VLC_SUCCESS
     2407                    if(( rv == VLC_SUCCESS ) && ( i_len > 0 )
    24082408                    { 
    24092409                        rv = ProcessLines( p_filter, psz_text, i_len, i_runs, 
     
    24222422                     * properly. 
    24232423                     */ 
    2424                     if( rv == VLC_SUCCESS
     2424                    if(( rv == VLC_SUCCESS ) && ( i_len > 0 )
    24252425                    { 
    24262426                        if( config_GetInt( p_filter, "freetype-yuvp" ) )