From 9f01d731ff7df8dc9c3b953c3d5d0c867bfc92bc Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 25 Mar 2004 11:53:31 +0000 Subject: [PATCH] Docs update --- librmff/librmff.h | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/librmff/librmff.h b/librmff/librmff.h index dc9d8a7ce..6b8c2a07a 100644 --- a/librmff/librmff.h +++ b/librmff/librmff.h @@ -169,10 +169,17 @@ \subsection packed_format Bitstream format - The bitstream for such a sub packet looks like this: + There are three layouts for how the bitstream for such a sub packet looks + like which depends on the first two bits. - AABBBBBB BCCCCCCC {DEFFFFFF FFFFFFFF (GGGGGGGG GGGGGGGG) - HIJJJJJJ JJJJJJJJ (KKKKKKKK KKKKKKKK) LLLLLLLL} + -# For AA = 00 and AA = 10:\n + AABBBBBB BCCCCCCC DEFFFFFF FFFFFFFF (GGGGGGGG GGGGGGGG) + HIJJJJJJ JJJJJJJJ (KKKKKKKK KKKKKKKK) LLLLLLLL + -# For AA = 01:\n + AABBBBBB BCCCCCCC + -# For AA = 11:\n + AABBBBBB DEFFFFFF FFFFFFFF (GGGGGGGG GGGGGGGG) + HIJJJJJJ JJJJJJJJ (KKKKKKKK KKKKKKKK) LLLLLLLL - \c A, two bits: Sub packet type indicator - \c 00 partial frame