summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.h
diff options
context:
space:
mode:
authorMickaƫl Raulet <mraulet@insa-rennes.fr>2013-10-20 21:19:15 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-10-22 08:41:14 +0200
commit1c8de4dd949c8bec5e547693d3cac6b42462a953 (patch)
tree0d29d5e8a107ab965d35a4fe7913cf1e71faa5f2 /libavcodec/hevc.h
parenta8fafa89785bb6f85e764a50cec67fce1d1a4ce5 (diff)
hevc: pretty print(cherry picked from commit 6332b3afe298b9e1060e8549aea3aa2771b43f5d)
Conflicts: libavcodec/hevc.h libavcodec/hevc_filter.c libavcodec/hevc_refs.c Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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;