1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

svq1enc: Drop unused GetBitContext context member

This commit is contained in:
Diego Biurrun
2016-06-04 17:12:41 +02:00
parent 6d8fd614ff
commit 85b8403c6f

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;