introduce #defines for canonical length + use them
diff --git a/src/codec_fr.c b/src/codec_fr.c
index 1bda210..182eb73 100644
--- a/src/codec_fr.c
+++ b/src/codec_fr.c
@@ -81,7 +81,7 @@
 	.type = CODEC_FR,
 	.name = "fr",
 	.description = "GSM 06.10 Full Rate codec (classic gsm codec)",
-	.canon_frame_len = 33,
+	.canon_frame_len = FR_CANON_LEN,
 #ifdef HAVE_LIBGSM
 	.codec_enc_format_type = FMT_GSM,
 	.codec_dec_format_type = FMT_GSM,