summaryrefslogtreecommitdiffstats
path: root/libavcodec/cavs.h
diff options
context:
space:
mode:
authorAlexandra Hájková <alexandra@khirnov.net>2016-03-19 12:39:03 +0100
committerDiego Biurrun <diego@biurrun.de>2017-01-31 17:54:10 +0100
commitffc00df0a61b656b3c2ba199c9d153b7787caefa (patch)
tree5748843f87d37a58e077a6c4889357e09b964fb9 /libavcodec/cavs.h
parent0c89ff82e9ddc68ec92316d786cd8ddc7b6c2b8c (diff)
downloadffmpeg-streaming-ffc00df0a61b656b3c2ba199c9d153b7787caefa.zip
ffmpeg-streaming-ffc00df0a61b656b3c2ba199c9d153b7787caefa.tar.gz
cavs: Convert to the new bitstream reader
Diffstat (limited to 'libavcodec/cavs.h')
-rw-r--r--libavcodec/cavs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/cavs.h b/libavcodec/cavs.h
index e8729d5..cb549f1 100644
--- a/libavcodec/cavs.h
+++ b/libavcodec/cavs.h
@@ -22,11 +22,11 @@
#ifndef AVCODEC_CAVS_H
#define AVCODEC_CAVS_H
+#include "bitstream.h"
#include "cavsdsp.h"
#include "blockdsp.h"
#include "h264chroma.h"
#include "idctdsp.h"
-#include "get_bits.h"
#include "videodsp.h"
#define SLICE_MAX_START_CODE 0x000001af
@@ -167,7 +167,7 @@ typedef struct AVSContext {
IDCTDSPContext idsp;
VideoDSPContext vdsp;
CAVSDSPContext cdsp;
- GetBitContext gb;
+ BitstreamContext bc;
AVSFrame cur; ///< currently decoded frame
AVSFrame DPB[2]; ///< reference frames
int dist[2]; ///< temporal distances from current frame to ref frames
OpenPOWER on IntegriCloud