summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r--libavcodec/hevc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h
index 9091862c8a..000ccd46d6 100644
--- a/libavcodec/hevc.h
+++ b/libavcodec/hevc.h
@@ -706,9 +706,9 @@ typedef struct HEVCFrame {
} HEVCFrame;
typedef struct FilterData {
- int x;
- int y;
- int size;
+ int x;
+ int y;
+ int size;
int slice_or_tiles_left_boundary;
int slice_or_tiles_up_boundary;
} FilterData;