From 1a92ae77a067454437595dd292d08d8dd2e17879 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 1 May 2017 16:26:34 +0200 Subject: [PATCH] Added a note about complete TS packets to cCamSlot::Inject() --- ci.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci.h b/ci.h index 342cfb96..931f9b70 100644 --- a/ci.h +++ b/ci.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: ci.h 4.7 2017/05/01 09:21:22 kls Exp $ + * $Id: ci.h 4.8 2017/05/01 16:26:34 kls Exp $ */ #ifndef __CI_H @@ -382,6 +382,7 @@ public: ///< if this was possible. If the data can't be sent to the CAM completely, ///< nothing shall be sent and the return value shall be false. ///< No decrypted packet is returned by this function. + ///< Data is guaranteed to point to one or more complete TS packets. virtual void InjectEit(int Sid); ///< Injects a generated EIT with a "present event" for the given Sid into ///< the TS data stream sent to the CAM. This only applies to CAM slots that