1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

proresenc: add forgotten bytestream include

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-10-29 16:53:37 +02:00
parent b601ded799
commit 9b04f51d5f

View File

@ -27,6 +27,7 @@
#include "avcodec.h" #include "avcodec.h"
#include "put_bits.h" #include "put_bits.h"
#include "bytestream.h"
#include "dsputil.h" #include "dsputil.h"
#define DEFAULT_SLICE_MB_WIDTH 8 #define DEFAULT_SLICE_MB_WIDTH 8