git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
150ef83
)
pixdesc: add missing includes
author
Måns Rullgård
<mans@mansr.com>
Sat, 10 Jul 2010 00:40:53 +0000
(
00:40
+0000)
committer
Måns Rullgård
<mans@mansr.com>
Sat, 10 Jul 2010 00:40:53 +0000
(
00:40
+0000)
Originally committed as revision 24153 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/pixdesc.c
patch
|
blob
|
history
diff --git
a/libavutil/pixdesc.c
b/libavutil/pixdesc.c
index
c1d89ac
..
e2bc649
100644
(file)
--- a/
libavutil/pixdesc.c
+++ b/
libavutil/pixdesc.c
@@
-19,6
+19,8
@@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include <stdio.h>
+#include <string.h>
#include "pixfmt.h"
#include "pixdesc.h"