diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-03 01:07:07 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-03 01:16:31 +0100 |
commit | 4fb1221e66dba5556cecf980b220792457cf7a83 (patch) | |
tree | 42175102340f1494c77eb41c00fed708086ebfb5 /libavcodec/h264dsp.c | |
parent | 23c03ac91eaea5978f761ca7d16bc6c9bdcb3834 (diff) | |
download | ffmpeg-4fb1221e66dba5556cecf980b220792457cf7a83.tar.gz |
h264: reduce whitespace differences to libav
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264dsp.c')
-rw-r--r-- | libavcodec/h264dsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264dsp.c b/libavcodec/h264dsp.c index 72f699f84d..1606e116b6 100644 --- a/libavcodec/h264dsp.c +++ b/libavcodec/h264dsp.c @@ -26,6 +26,7 @@ */ #include <stdint.h> + #include "libavutil/attributes.h" #include "libavutil/avassert.h" |