diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-02 11:43:43 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-02 12:33:54 +0100 |
commit | ce7f1c76bd8fc3b4b2dc013ea7e635ed26a8c9fd (patch) | |
tree | 8be215ba20ca416953db67b910cd23bd8988e312 /libavcodec/hevcpred_template.c | |
parent | 641358addcffe0cca55c547316781b11e9315dbc (diff) | |
download | ffmpeg-ce7f1c76bd8fc3b4b2dc013ea7e635ed26a8c9fd.tar.gz |
avcodec/hevc: more whitespaces to reduce difference to 064698d381e1e7790f21b0199a8930ea04e2e942
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevcpred_template.c')
-rw-r--r-- | libavcodec/hevcpred_template.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/hevcpred_template.c b/libavcodec/hevcpred_template.c index 86097234f3..2276023252 100644 --- a/libavcodec/hevcpred_template.c +++ b/libavcodec/hevcpred_template.c @@ -21,6 +21,7 @@ */ #include "libavutil/pixdesc.h" + #include "bit_depth_template.c" #include "hevcpred.h" @@ -557,4 +558,5 @@ static void FUNC(pred_angular_3)(uint8_t *src, const uint8_t *top, { FUNC(pred_angular)(src, top, left, stride, c_idx, mode, 1 << 5); } + #undef POS |