aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libtoolame-dab/toolame.c2
1 files changed, 1 insertions, 1 deletions
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;