Skip to content

Commit b9668b5

Browse files
committed
Set default encode_id to match cimbar_send and cimbar.js?
1 parent 1875d84 commit b9668b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/exe/cimbar/cimbar.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ template <typename FilenameIterable>
104104
int encode(const FilenameIterable& infiles, const std::string& outpath, int ecc, int color_bits, int compression_level, bool legacy_mode, bool no_fountain)
105105
{
106106
Encoder en(ecc, cimbar::Config::symbol_bits(), color_bits);
107+
en.set_encode_id(109);
107108
if (legacy_mode)
108109
en.set_legacy_mode();
109110
for (const string& f : infiles)

0 commit comments

Comments
 (0)