[FFmpeg-cvslog] proresenc: add forgotten bytestream include

Michael Niedermayer git at videolan.org
Sat Oct 29 16:56:09 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Oct 29 16:53:37 2011 +0200| [9b04f51d5f63e74c5f0c258ad866ce7959c936fd] | committer: Michael Niedermayer

proresenc: add forgotten bytestream include

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9b04f51d5f63e74c5f0c258ad866ce7959c936fd
---

 libavcodec/proresenc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavcodec/proresenc.c b/libavcodec/proresenc.c
index 97e331b..e34945f 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



More information about the ffmpeg-cvslog mailing list