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/hevc.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/hevc.c')
-rw-r--r-- | libavcodec/hevc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c index 324ba2ab3b..642ab6857c 100644 --- a/libavcodec/hevc.c +++ b/libavcodec/hevc.c @@ -29,6 +29,7 @@ #include "libavutil/internal.h" #include "libavutil/md5.h" #include "libavutil/opt.h" + #include "libavutil/pixdesc.h" #include "bytestream.h" |