Skip to content

Commit

Permalink
set filter-id 32027
Browse files Browse the repository at this point in the history
  • Loading branch information
tuffr5 committed Aug 9, 2024
1 parent 4bfc240 commit eb6385b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.cailab.hdf5compression;

public class Constants {
static final int FILTER_ID = 32030;
static final int FILTER_ID = 32027;

// Image stack layout
static final int IMAGE_ZYX = 0;
Expand Down
2 changes: 1 addition & 1 deletion src/ffmpeg_h5filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#include "hdf5.h"

#define FFMPEG_H5FILTER 32030 /* filter id here */
#define FFMPEG_H5FILTER 32027 /* filter id here */

H5_DLLVAR H5Z_class_t ffmpeg_H5Filter[1];

Expand Down

0 comments on commit eb6385b

Please sign in to comment.