Commit 92d874cb authored by Paul B Mahol's avatar Paul B Mahol

flacenc: include correct header

Encoder needs put_bits.h, not get_bits.h
Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 4e692374
......@@ -26,7 +26,7 @@
#include "libavutil/opt.h"
#include "avcodec.h"
#include "dsputil.h"
#include "get_bits.h"
#include "put_bits.h"
#include "golomb.h"
#include "internal.h"
#include "lpc.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