Changeset 0b14c73d42ed99afc9d4234c8399315aab2c45ae

Show
Ignore:
Timestamp:
05/28/08 16:07:45 (3 months ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1211983665 +0200
git-parent:

[8c140b9e37ab05d0f766a133c34f897e0a3fed92]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1211983454 +0200
Message:

Enforce the --vbi-position option. Don't crop letters.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/codec/zvbi.c

    r5e15258 r0b14c73  
    345345    p_spu->p_region->i_x = 0; 
    346346    p_spu->p_region->i_y = 0; 
    347     p_spu->p_region->i_align = SUBPICTURE_ALIGN_BOTTOM
     347    p_spu->p_region->i_align = p_sys->i_align
    348348 
    349349    /* Normal text subs, easy markup */ 
     
    382382        p_spu->p_region->psz_text = strdup( &p_text[8] ); 
    383383 
    384         p_spu->p_region->fmt.i_height = p_spu->p_region->fmt.i_visible_height = p_page.rows + 1; 
    385384#ifdef ZVBI_DEBUG 
    386385        msg_Info( p_dec, "page %x-%x(%d)\n%s", p_page.pgno, p_page.subno, i_total, p_text );