From 956c3e5923ac3c0b149b31aad84c339923f6bc31 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 24 Jul 2017 10:50:02 +0200 Subject: Replace mot-encoder by ODR-PadEnc --- libtoolame-dab/toolame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtoolame-dab') diff --git a/libtoolame-dab/toolame.c b/libtoolame-dab/toolame.c index b15e555..b8a7afb 100644 --- a/libtoolame-dab/toolame.c +++ b/libtoolame-dab/toolame.c @@ -551,7 +551,7 @@ int toolame_encode_frame( } if (xpad_len) { - /* The F-PAD is also given us by mot-encoder */ + /* The F-PAD is also given us by ODR-PadEnc */ putbits (&bs, xpad_data[header.dab_length - 2], 8); putbits (&bs, xpad_data[header.dab_length - 1], 8); } -- cgit v1.2.3