diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-10-29 16:53:37 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-29 16:53:37 +0200 |
commit | 9b04f51d5f63e74c5f0c258ad866ce7959c936fd (patch) | |
tree | b8d5a45f9d178a233cddb10b033ba213db9da6d9 /libavcodec/proresenc.c | |
parent | b601ded7995f5f8880cad8438ee923842a84c665 (diff) | |
download | ffmpeg-9b04f51d5f63e74c5f0c258ad866ce7959c936fd.tar.gz |
proresenc: add forgotten bytestream include
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/proresenc.c')
-rw-r--r-- | libavcodec/proresenc.c | 1 |
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 |