From 29f715f685b502d332359dccd4047a222fc679e4 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 13 May 2013 11:23:26 +0100 Subject: [PATCH] Bump HTSP protocol version to 11 for the recent transcoding changes and the addition of the audio_type field --- src/htsp_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htsp_server.c b/src/htsp_server.c index eeb15ace..88fe3bdd 100644 --- a/src/htsp_server.c +++ b/src/htsp_server.c @@ -59,7 +59,7 @@ static void *htsp_server, *htsp_server_2; -#define HTSP_PROTO_VERSION 10 +#define HTSP_PROTO_VERSION 11 #define HTSP_ASYNC_OFF 0x00 #define HTSP_ASYNC_ON 0x01