~siretart/vlc/ubuntu

« back to all changes in this revision

Viewing changes to modules/codec/libass.c

  • Committer: Reinhard Tartler
  • Date: 2008-09-26 06:45:40 UTC
  • mto: (21.2.1 vlc-0.9.3)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: siretart@tauware.de-20080926064540-0sd8zwmig33ksmy4
Tags: upstream-ubuntu-0.9.3
ImportĀ upstreamĀ versionĀ 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * SSA/ASS subtitle decoder using libass.
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2008 the VideoLAN team
5
 
 * $Id: 02d58a37e2e2b921b56c213484302bde2f458284 $
 
5
 * $Id: a16609abe6737bc74473f34c1de337f7e871119e $
6
6
 *
7
7
 * Authors: Laurent Aimar <fenrir@videolan.org>
8
8
 *
345
345
    fmt.i_height = fmt.i_visible_height;
346
346
    fmt.i_bits_per_pixel = 0;
347
347
    fmt.i_x_offset = fmt.i_y_offset = 0;
348
 
    fmt.i_sar_num = 1;
349
 
    fmt.i_sar_den = 1;
350
348
 
351
349
    b_fmt_changed = memcmp( &fmt, &p_ass->fmt, sizeof(fmt) ) != 0;
352
350
    if( b_fmt_changed )