[MPlayer-cvslog] r36726 - trunk/sub/subreader.c

Ingo Brückl ib at wupperonline.de
Sun Jan 26 12:42:21 CET 2014


> Author: reimar
> Date: Sat Jan 25 17:54:55 2014
> New Revision: 36726

> Log:
> sub_fribidi: Slightly simplify non-fribidi fallback.

> Modified:
>    trunk/sub/subreader.c

> @@ -2583,10 +2583,8 @@ void sub_add_text(subtitle *sub, const c
>              sub->endpts[sub->lines]);
>      free(sub->text[sub->lines]);
>    }
> -#ifdef CONFIG_FRIBIDI
>    if (strip_markup)
>    sub = sub_fribidi(sub, sub_utf8, orig_lines);
> -#endif
>  }
>
>  #define MP_NOPTS_VALUE (-1LL<<63)

Without CONFIG_FRIBIDI:

  sub/subreader.c: In function 'sub_add_text':
  sub/subreader.c:2586: error: 'orig_lines' undeclared (first use in this function)

Ingo


More information about the MPlayer-cvslog mailing list