summaryrefslogtreecommitdiffstats
path: root/libavcodec/flacenc.c
diff options
context:
space:
mode:
authorAlexandra Hájková <alexandra@khirnov.net>2017-04-29 02:15:30 +0000
committerDiego Biurrun <diego@biurrun.de>2017-07-09 20:47:53 +0200
commit9c1e111406bd4cbb04d8e8611b71bebf203bec5e (patch)
treeb6a2f3991bf8fcdaafd2d423d0413eb49ffbf0b5 /libavcodec/flacenc.c
parent79f64f7ebc2b2b7030c6219914bc141cc03fd377 (diff)
downloadffmpeg-streaming-9c1e111406bd4cbb04d8e8611b71bebf203bec5e.zip
ffmpeg-streaming-9c1e111406bd4cbb04d8e8611b71bebf203bec5e.tar.gz
flac: Convert to the new bitstream reader
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/flacenc.c')
-rw-r--r--libavcodec/flacenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flacenc.c b/libavcodec/flacenc.c
index 2745b17..631f02f 100644
--- a/libavcodec/flacenc.c
+++ b/libavcodec/flacenc.c
@@ -26,7 +26,7 @@
#include "avcodec.h"
#include "bswapdsp.h"
-#include "golomb_legacy.h"
+#include "golomb.h"
#include "internal.h"
#include "lpc.h"
#include "flac.h"
OpenPOWER on IntegriCloud