git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
decode.h: Add missing headers to fix standalone compilation
[ffmpeg.git]
/
libavcodec
/
decode.h
diff --git
a/libavcodec/decode.h
b/libavcodec/decode.h
index
c1e6457
..
2f29cf6
100644
(file)
--- a/
libavcodec/decode.h
+++ b/
libavcodec/decode.h
@@
-21,6
+21,8
@@
#ifndef AVCODEC_DECODE_H
#define AVCODEC_DECODE_H
+#include "avcodec.h"
+
/**
* Called by decoders to get the next packet for decoding.
*