mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Enable RSS expanded
git-svn-id: https://zxing.googlecode.com/svn/trunk@2513 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
f3065f1210
commit
bbeafcb82e
|
@ -39,7 +39,8 @@ final class DecodeFormatManager {
|
|||
BarcodeFormat.UPC_E,
|
||||
BarcodeFormat.EAN_13,
|
||||
BarcodeFormat.EAN_8,
|
||||
BarcodeFormat.RSS_14);
|
||||
BarcodeFormat.RSS_14,
|
||||
BarcodeFormat.RSS_EXPANDED);
|
||||
ONE_D_FORMATS = EnumSet.of(BarcodeFormat.CODE_39,
|
||||
BarcodeFormat.CODE_93,
|
||||
BarcodeFormat.CODE_128,
|
||||
|
|
Loading…
Reference in a new issue