diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-08-09 14:14:34 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-08-09 14:14:34 +0200 |
commit | e24d1cbc4e134e0b4448b3bc3a80f3197271b347 (patch) | |
tree | 706924a5f93c5e68f95946e358dab333039f4065 /libavcodec/roqvideoenc.c | |
parent | c98d164a6a2c3d93bfb10d44c946bc3ed56f14e7 (diff) | |
download | ffmpeg-e24d1cbc4e134e0b4448b3bc3a80f3197271b347.tar.gz |
lavf: Fix leftovers from the ff_get_buffer patch
The automated script did not perfectly replace all the instances nor
added internal.h in all the files requiring it.
Diffstat (limited to 'libavcodec/roqvideoenc.c')
-rw-r--r-- | libavcodec/roqvideoenc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/roqvideoenc.c b/libavcodec/roqvideoenc.c index 58dd255a55..2683a4ad0e 100644 --- a/libavcodec/roqvideoenc.c +++ b/libavcodec/roqvideoenc.c @@ -60,6 +60,7 @@ #include "bytestream.h" #include "elbg.h" #include "mathops.h" +#include "internal.h" #define CHROMA_BIAS 1 |