From 0c3bc30c31e98149364d88daee3c5b1447fa759d Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 6 Mar 2016 13:39:08 +0100 Subject: Enable CRC in libtoolame-dab --- libtoolame-dab/toolame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtoolame-dab/toolame.c b/libtoolame-dab/toolame.c index 9ec19f3..1c18497 100644 --- a/libtoolame-dab/toolame.c +++ b/libtoolame-dab/toolame.c @@ -145,7 +145,7 @@ int toolame_init(void) header.version = MPEG_AUDIO_ID; /* Default: MPEG-1 */ header.copyright = 0; header.original = 0; - header.error_protection = FALSE; + header.error_protection = TRUE; header.dab_extension = 1; header.lay = DFLT_LAY; -- cgit v1.2.3