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

Collapse All | Expand All

(-)ogmrip-0.7.0/src/ogmrip-main.c.orig (+4 lines)
Lines 444-449 Link Here
444
/*
444
/*
445
 * Checks if container can contain subtitles
445
 * Checks if container can contain subtitles
446
 */
446
 */
447
#ifdef HAVE_SRT_SUPPORT
447
static gboolean
448
static gboolean
448
ogmrip_main_check_subp (OGMRipData *data, OGMDvdSubpStream **sstream, gint container)
449
ogmrip_main_check_subp (OGMRipData *data, OGMDvdSubpStream **sstream, gint container)
449
{
450
{
Lines 465-470 Link Here
465
  }
466
  }
466
  return TRUE;
467
  return TRUE;
467
}
468
}
469
#endif
468
470
469
static gboolean
471
static gboolean
470
ogmrip_main_check_path (OGMRipData *data, const gchar *path)
472
ogmrip_main_check_path (OGMRipData *data, const gchar *path)
Lines 667-672 Link Here
667
/*
669
/*
668
 * Extracts sstream from start_chap to end_chap to output
670
 * Extracts sstream from start_chap to end_chap to output
669
 */
671
 */
672
#ifdef HAVE_SRT_SUPPORT
670
static gboolean
673
static gboolean
671
ogmrip_main_extract_subp (OGMRipData *data, OGMDvdSubpStream *sstream, 
674
ogmrip_main_extract_subp (OGMRipData *data, OGMDvdSubpStream *sstream, 
672
    gint start_chap, gint end_chap, GFile *output)
675
    gint start_chap, gint end_chap, GFile *output)
Lines 685-690 Link Here
685
  }
688
  }
686
  return FALSE;
689
  return FALSE;
687
}
690
}
691
#endif
688
692
689
/*
693
/*
690
 * Converts astream to acodec from start_chap to end_chap to output
694
 * Converts astream to acodec from start_chap to end_chap to output

Return to bug 83900