Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: [PATCH] Ultra Light Encapsulation



Hello Hilmar,

On 03/31/04 11:11, Hilmar Linder wrote:
[...]
diff -ru linuxtv-dvb-apps-1.1.0/include/linux/dvb/net.h linuxtv-dvb-apps-1.1.0-ULE/include/linux/dvb/net.h
--- linuxtv-dvb-apps-1.1.0/include/linux/dvb/net.h	2004-01-17 17:59:46.000000000 +0100
+++ linuxtv-dvb-apps-1.1.0-ULE/include/linux/dvb/net.h	2004-03-30 11:36:33.000000000 +0200
@@ -30,6 +30,9 @@
 struct dvb_net_if {
 	__u16 pid;
 	__u16 if_num;
+	__u8 feedtype;
+#define FEEDTYPE_SEC	0
+#define FEEDTYPE_TS		1
 };
[...]

While preparing a new patchset for the 2.6 kernel, it just came to my mind that this is a binary incompatible change to the Linux DVB v3 API.

Does anyone think that this will break existing v3 applications that cannot be fixed by simple recompiling?

CU
Michael.


--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index