From 9d09d6eddd838dc7720118a13772b980107c7399 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 29 Nov 2019 22:49:04 +0100 Subject: decoders: Use a slightly more consistent/logical annotation row setup. Generally show "bits" and other smaller annotations in rows that come before "larger" annotations (in later rows). --- decoders/spdif/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/spdif') diff --git a/decoders/spdif/pd.py b/decoders/spdif/pd.py index 532bf82..bec28cf 100644 --- a/decoders/spdif/pd.py +++ b/decoders/spdif/pd.py @@ -47,8 +47,8 @@ class Decoder(srd.Decoder): ('parity', 'Parity Bit'), ) annotation_rows = ( - ('info', 'Info', (0, 1, 3, 5, 6, 7, 8)), ('bits', 'Bits', (2,)), + ('info', 'Info', (0, 1, 3, 5, 6, 7, 8)), ('samples', 'Samples', (4,)), ) -- cgit v1.2.3-70-g09d2