flacenc: include correct header

Encoder needs put_bits.h, not get_bits.h

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/28/head^2
Paul B Mahol 12 years ago
parent 4e692374f7
commit 92d874cb78
  1. 2
      libavcodec/flacenc.c

@ -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"

Loading…
Cancel
Save