Commit c7253353 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '85b8403c'

* commit '85b8403c':
  svq1enc: Drop unused GetBitContext context member
Merged-by: 's avatarClément Bœsch <clement@stupeflix.com>
parents f8beca6f 85b8403c
......@@ -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;
......
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