Commit 85b8403c authored by Diego Biurrun's avatar Diego Biurrun

svq1enc: Drop unused GetBitContext context member

parent 6d8fd614
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
#include <stdint.h> #include <stdint.h>
#include "libavutil/frame.h" #include "libavutil/frame.h"
#include "avcodec.h" #include "avcodec.h"
#include "get_bits.h"
#include "hpeldsp.h" #include "hpeldsp.h"
#include "me_cmp.h" #include "me_cmp.h"
#include "mpegvideo.h" #include "mpegvideo.h"
...@@ -42,7 +42,6 @@ typedef struct SVQ1EncContext { ...@@ -42,7 +42,6 @@ typedef struct SVQ1EncContext {
AVFrame *current_picture; AVFrame *current_picture;
AVFrame *last_picture; AVFrame *last_picture;
PutBitContext pb; PutBitContext pb;
GetBitContext gb;
/* Some compression statistics */ /* Some compression statistics */
enum AVPictureType pict_type; enum AVPictureType pict_type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment