[MPlayer-cvslog] r31955 - trunk/stream/stream_bd.c
reimar
subversion at mplayerhq.hu
Tue Aug 10 15:33:49 CEST 2010
Author: reimar
Date: Tue Aug 10 15:33:49 2010
New Revision: 31955
Log:
Make it possible to use relative, http:// etc. paths with bd://
Modified:
trunk/stream/stream_bd.c
Modified: trunk/stream/stream_bd.c
==============================================================================
--- trunk/stream/stream_bd.c Tue Aug 10 15:28:18 2010 (r31954)
+++ trunk/stream/stream_bd.c Tue Aug 10 15:33:49 2010 (r31955)
@@ -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";
More information about the MPlayer-cvslog
mailing list