Merge commit '85b8403c6fd11e1c570caa970c7f435ac5f9583e'

* commit '85b8403c6fd11e1c570caa970c7f435ac5f9583e':
  svq1enc: Drop unused GetBitContext context member

Merged-by: Clément Bœsch <clement@stupeflix.com>
This commit is contained in:
Clément Bœsch 2016-06-29 11:45:37 +02:00
commit c7253353f8
1 changed files with 1 additions and 2 deletions

View File

@ -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;