From: Dave Chapman Date: Mon, 13 May 2013 10:23:26 +0000 (+0100) Subject: Bump HTSP protocol version to 11 for the recent transcoding changes and the addition... X-Git-Tag: v3.9~51^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29f715f685b502d332359dccd4047a222fc679e4;p=thirdparty%2Ftvheadend.git Bump HTSP protocol version to 11 for the recent transcoding changes and the addition of the audio_type field --- diff --git a/src/htsp_server.c b/src/htsp_server.c index eeb15ace4..88fe3bdd4 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