提交 c7253353 编写于 作者: C Clément Bœsch

Merge commit '85b8403c'

* commit '85b8403c':
  svq1enc: Drop unused GetBitContext context member
Merged-by: NClément Bœsch <clement@stupeflix.com>
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册