From acd60736ef62c7ea681d69c0c7b26142509aa1cb Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 6 Jul 2014 19:05:59 +0200 Subject: Remove stream_pts stuff This was used by DVD/BD, but its usage was removed with one of the previous commits. --- libmpv/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpv/client.h') diff --git a/libmpv/client.h b/libmpv/client.h index 51866959ef..76736f6b53 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -163,7 +163,7 @@ extern "C" { * version 0x001001FF * becomes 16.511 (dec(0x0010) + "." + dec(0x01FF)) */ -#define MPV_CLIENT_API_VERSION 0x00010001UL +#define MPV_CLIENT_API_VERSION 0x00010002UL /** * Return the MPV_CLIENT_API_VERSION the mpv source has been compiled with. -- cgit v1.2.3