Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 390233 | Differences between
and this patch

Collapse All | Expand All

(-)src/tvtime.c (-4 / +7 lines)
Lines 1201-1210 Link Here
1201
    deinterlace_method_t *curmethod;
1201
    deinterlace_method_t *curmethod;
1202
    int curmethodid;
1202
    int curmethodid;
1203
    int matte_x = 0;
1203
    int matte_x = 0;
1204
    int matte_w = 0;
1204
    int matte_w = 720;
1205
    int matte_y = 0;
1205
    int matte_y = 72;  /* for 16:9 = 72 ; for 16:10 = 48 */
1206
    int matte_h = 0;
1206
    int matte_h = 432;  /* for 16:9 = 432 ; for 16:10 = 480 */
1207
    int matte_mode = 0;
1207
    int matte_mode = 1;  /* for 16:9 = 1 ; for 16:10 = 2 */
1208
    int restarttvtime = 0;
1208
    int restarttvtime = 0;
1209
    int return_value = 0;
1209
    int return_value = 0;
1210
    int last_current_id = -1;
1210
    int last_current_id = -1;
Lines 1581-1586 Link Here
1581
    build_fspos_menu( commands_get_menu( commands, "fspos" ),
1581
    build_fspos_menu( commands_get_menu( commands, "fspos" ),
1582
                      config_get_fullscreen_position( ct ) );
1582
                      config_get_fullscreen_position( ct ) );
1583
    output->set_matte( 720, 432 );  /* for 16:9 = ( 720, 432 ) ; for 16:10 = ( 720, 480 ) */
1584
    output->set_window_height( output->get_visible_height() );
1585
1583
    /* Initialize our timestamps. */
1586
    /* Initialize our timestamps. */
1584
    for(;;) {
1587
    for(;;) {
1585
        const char *fifo_args = 0;
1588
        const char *fifo_args = 0;
(-)src/tvtimeosd.c (-1 / +1 lines)
Lines 141-147 Link Here
141
    unsigned int other_b;
141
    unsigned int other_b;
142
};
142
};
143
const int top_size = 7;
143
const int top_size = 14;
144
const int left_size = 7;
144
const int left_size = 7;
145
const int left_inner_size = 10;
145
const int left_inner_size = 10;
146
const int bottom_size = 13;
146
const int bottom_size = 13;

Return to bug 390233