aboutsummaryrefslogtreecommitdiffstats
path: root/tests/patching/patching_test.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-03-25 11:06:31 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-03-25 11:16:13 +0100
commit7916cb881d5ecfbe7406ba88ac0338554da9ac7b (patch)
tree6b655a931cacdbee58968846dbf3f08f5d355e20 /tests/patching/patching_test.c
parent63bb41152266fb61ed10f5972b37a7dcebe8d479 (diff)
bss patch: Patch all slots with FR2 in the assignment request
* Patch all slots with the FR2 codec. This is the easiest way to patch the entire message.
Diffstat (limited to 'tests/patching/patching_test.c')
-rw-r--r--tests/patching/patching_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/patching/patching_test.c b/tests/patching/patching_test.c
index f9fd5a4..16ba879 100644
--- a/tests/patching/patching_test.c
+++ b/tests/patching/patching_test.c
@@ -44,7 +44,7 @@ static const uint8_t ass_rewrite[] = {
static const uint8_t ass_rewrite_patched[] = {
0x06, 0xe5, 0xe2, 0x0e, 0x00, 0x01, 0x0c, 0x00,
- 0x0a, 0x01, 0x0b, 0x04, 0x01, 0x0a, 0x91, 0x25,
+ 0x0a, 0x01, 0x0b, 0x04, 0x01, 0x0a, 0x91, 0x11,
0x01, 0x00, 0x08
};