[FFmpeg-cvslog] v410enc: include correct headers
Mans Rullgard
git at videolan.org
Fri Dec 16 01:32:13 CET 2011
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Thu Dec 15 16:06:12 2011 +0000| [0249144a1c5ca6054e4b7374b5dd24bcbe435239] | committer: Mans Rullgard
v410enc: include correct headers
This file does not use anything from put_bits.h but needs
intreadwrite.h.
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0249144a1c5ca6054e4b7374b5dd24bcbe435239
---
libavcodec/v410enc.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/v410enc.c b/libavcodec/v410enc.c
index 1e600c3..d15fb7a 100644
--- a/libavcodec/v410enc.c
+++ b/libavcodec/v410enc.c
@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "libavutil/intreadwrite.h"
#include "avcodec.h"
-#include "put_bits.h"
static av_cold int v410_encode_init(AVCodecContext *avctx)
{
More information about the ffmpeg-cvslog
mailing list