Commit be38aaba authored by Paul B Mahol's avatar Paul B Mahol

ffv1enc: include correct header

Encoder needs put_bits.h, not get_bits.h
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 6f465c62
......@@ -33,7 +33,7 @@
#include "libavutil/timer.h"
#include "avcodec.h"
#include "internal.h"
#include "get_bits.h"
#include "put_bits.h"
#include "dsputil.h"
#include "rangecoder.h"
#include "golomb.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment