summaryrefslogtreecommitdiffstats
path: root/libavcodec/dv.h
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2016-06-29 11:14:57 +0200
committerClément Bœsch <clement@stupeflix.com>2016-06-29 11:16:01 +0200
commit9b35242370be013074de4c48ac9156bd9e88d6d6 (patch)
treec05da9e854653187d6f2d4ca7a2f9cd25be25d75 /libavcodec/dv.h
parent1994a73a6ba424c03080f02e6b98ef96b7079c47 (diff)
parentb7f98659f21dce438c33b512e25fd64b8d07c347 (diff)
downloadffmpeg-streaming-9b35242370be013074de4c48ac9156bd9e88d6d6.zip
ffmpeg-streaming-9b35242370be013074de4c48ac9156bd9e88d6d6.tar.gz
Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'
* commit 'b7f98659f21dce438c33b512e25fd64b8d07c347': Remove unnecessary get_bits.h #includes Merged-by: Clément Bœsch <clement@stupeflix.com>
Diffstat (limited to 'libavcodec/dv.h')
-rw-r--r--libavcodec/dv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dv.h b/libavcodec/dv.h
index af506eb..3367f92 100644
--- a/libavcodec/dv.h
+++ b/libavcodec/dv.h
@@ -29,8 +29,8 @@
#include "avcodec.h"
#include "dv_profile.h"
-#include "get_bits.h"
#include "me_cmp.h"
+#include "vlc.h"
typedef struct DVwork_chunk {
uint16_t buf_offset;
OpenPOWER on IntegriCloud