git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d8fd61
)
svq1enc: Drop unused GetBitContext context member
author
Diego Biurrun
<diego@biurrun.de>
Sat, 4 Jun 2016 15:12:41 +0000
(17:12 +0200)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 7 Jun 2016 11:09:57 +0000
(13:09 +0200)
libavcodec/svq1enc.h
patch
|
blob
|
history
diff --git
a/libavcodec/svq1enc.h
b/libavcodec/svq1enc.h
index
62e8bb2
..
94458d6
100644
(file)
--- a/
libavcodec/svq1enc.h
+++ b/
libavcodec/svq1enc.h
@@
-24,8
+24,8
@@
#include <stdint.h>
#include "libavutil/frame.h"
+
#include "avcodec.h"
-#include "get_bits.h"
#include "hpeldsp.h"
#include "me_cmp.h"
#include "mpegvideo.h"
@@
-42,7
+42,6
@@
typedef struct SVQ1EncContext {
AVFrame *current_picture;
AVFrame *last_picture;
PutBitContext pb;
- GetBitContext gb;
/* Some compression statistics */
enum AVPictureType pict_type;