aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-03-06 13:39:08 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-03-06 13:39:08 +0100
commit0c3bc30c31e98149364d88daee3c5b1447fa759d (patch)
tree20428142a2433a7955611a2143f36a5e39c8bdd3
parent9379701fa0b8aabceef3e67e351a9327e8dbe658 (diff)
downloadfdk-aac-dabplus-0c3bc30c31e98149364d88daee3c5b1447fa759d.tar.gz
fdk-aac-dabplus-0c3bc30c31e98149364d88daee3c5b1447fa759d.tar.bz2
fdk-aac-dabplus-0c3bc30c31e98149364d88daee3c5b1447fa759d.zip
Enable CRC in libtoolame-dab
-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;