diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-03-06 13:39:08 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-03-06 13:39:08 +0100 |
commit | 0c3bc30c31e98149364d88daee3c5b1447fa759d (patch) | |
tree | 20428142a2433a7955611a2143f36a5e39c8bdd3 | |
parent | 9379701fa0b8aabceef3e67e351a9327e8dbe658 (diff) | |
download | ODR-AudioEnc-0c3bc30c31e98149364d88daee3c5b1447fa759d.tar.gz ODR-AudioEnc-0c3bc30c31e98149364d88daee3c5b1447fa759d.tar.bz2 ODR-AudioEnc-0c3bc30c31e98149364d88daee3c5b1447fa759d.zip |
Enable CRC in libtoolame-dab
-rw-r--r-- | libtoolame-dab/toolame.c | 2 |
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; |