From 47033e0ba1377cee310490587b87490249d9b510 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 1 Aug 2015 11:03:38 +0200 Subject: Add option to pad TAGPacket in different ways --- doc/example.mux | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/example.mux b/doc/example.mux index 1e6495b..3dd8f17 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -308,6 +308,12 @@ outputs { ; show more debugging info verbose true + + ; (optional) set the kind of alignment to use in TAG Packets + ; 0: no padding + ; 8: pad to eight bytes (default) + ; above 8: insert *dmy TAG Item to pad to given size in bytes + ;tagpacket_alignment 8 } ; Other outputs: -- cgit v1.2.3