[FFmpeg-cvslog] j2k: add #includes from jpeg2000
Michael Niedermayer
git at videolan.org
Sun May 26 20:20:53 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun May 26 19:09:05 2013 +0200| [228ce3360607e81324942ea2ba31e24a356e5386] | committer: Michael Niedermayer
j2k: add #includes from jpeg2000
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=228ce3360607e81324942ea2ba31e24a356e5386
---
libavcodec/j2k.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavcodec/j2k.c b/libavcodec/j2k.c
index 83ced57..8f16238 100644
--- a/libavcodec/j2k.c
+++ b/libavcodec/j2k.c
@@ -26,7 +26,8 @@
* @author Kamil Nowosad
*/
-
+#include "libavutil/common.h"
+#include "libavutil/mem.h"
#include "avcodec.h"
#include "j2k.h"
More information about the ffmpeg-cvslog
mailing list