summaryrefslogtreecommitdiff
path: root/libavcodec/proresenc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-10-29 16:53:37 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-10-29 16:53:37 +0200
commit9b04f51d5f63e74c5f0c258ad866ce7959c936fd (patch)
treeb8d5a45f9d178a233cddb10b033ba213db9da6d9 /libavcodec/proresenc.c
parentb601ded7995f5f8880cad8438ee923842a84c665 (diff)
proresenc: add forgotten bytestream include
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/proresenc.c')
-rw-r--r--libavcodec/proresenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/proresenc.c b/libavcodec/proresenc.c
index 97e331b24a..e34945f81a 100644
--- a/libavcodec/proresenc.c
+++ b/libavcodec/proresenc.c
@@ -27,6 +27,7 @@
#include "avcodec.h"
#include "put_bits.h"
+#include "bytestream.h"
#include "dsputil.h"
#define DEFAULT_SLICE_MB_WIDTH 8