h264: drop unused H264Context.gb

Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
Anton Khirnov 2016-06-09 10:29:55 +02:00 committed by Diego Biurrun
parent 4f81f8dba7
commit 2e4a7bd553
1 changed files with 1 additions and 2 deletions

View File

@ -31,9 +31,9 @@
#include "libavutil/buffer.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/thread.h"
#include "cabac.h"
#include "error_resilience.h"
#include "get_bits.h"
#include "h264_parse.h"
#include "h264_sei.h"
#include "h2645_parse.h"
@ -445,7 +445,6 @@ typedef struct H264Context {
H264DSPContext h264dsp;
H264ChromaContext h264chroma;
H264QpelContext h264qpel;
GetBitContext gb;
H264Picture DPB[H264_MAX_PICTURE_COUNT];
H264Picture *cur_pic_ptr;