mirror of https://git.ffmpeg.org/ffmpeg.git
vp56: Drop unnecessary cabac.h #include.
This commit is contained in:
parent
a7e3cb9d32
commit
1be4b8ccba
|
@ -30,7 +30,6 @@
|
|||
#include "dsputil.h"
|
||||
#include "get_bits.h"
|
||||
#include "bytestream.h"
|
||||
#include "cabac.h"
|
||||
#include "vp56dsp.h"
|
||||
|
||||
typedef struct vp56_context VP56Context;
|
||||
|
|
Loading…
Reference in New Issue