git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't include inttypes.h/stdint.h directly, there is an abstraction in
[ffmpeg.git]
/
libavcodec
/
vp5.c
diff --git
a/libavcodec/vp5.c
b/libavcodec/vp5.c
index
054db0f
..
ac953c7
100644
(file)
--- a/
libavcodec/vp5.c
+++ b/
libavcodec/vp5.c
@@
-23,7
+23,6
@@
#include <stdlib.h>
#include <string.h>
-#include <inttypes.h>
#include "avcodec.h"
#include "dsputil.h"