# HG changeset patch # User reimar # Date 1281447229 0 # Node ID cedbffa1629d25d98332475aceaff4171c3f6bf4 # Parent dd09c62c1adff71ba1f9e839959269235ac10bf4 Make it possible to use relative, http:// etc. paths with bd:// diff -r dd09c62c1adf -r cedbffa1629d stream/stream_bd.c --- a/stream/stream_bd.c Tue Aug 10 13:28:18 2010 +0000 +++ b/stream/stream_bd.c Tue Aug 10 13:33:49 2010 +0000 @@ -31,8 +31,8 @@ #include "stream.h" static const int BD_UNIT_SIZE = 6144; -static const char BD_UKF_PATH[] = "/%s/AACS/Unit_Key_RO.inf"; -static const char BD_M2TS_PATH[] = "/%s/BDMV/STREAM/%05d.m2ts"; +static const char BD_UKF_PATH[] = "%s/AACS/Unit_Key_RO.inf"; +static const char BD_M2TS_PATH[] = "%s/BDMV/STREAM/%05d.m2ts"; static const char DEFAULT_BD_DEVICE[] = "/mnt/bd";