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

Merge commit '2e4a7bd5'

* commit '2e4a7bd5':
  h264: drop unused H264Context.gb
Merged-by: NClément Bœsch <clement@stupeflix.com>
...@@ -31,9 +31,9 @@ ...@@ -31,9 +31,9 @@
#include "libavutil/buffer.h" #include "libavutil/buffer.h"
#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
#include "libavutil/thread.h" #include "libavutil/thread.h"
#include "cabac.h" #include "cabac.h"
#include "error_resilience.h" #include "error_resilience.h"
#include "get_bits.h"
#include "h264_parse.h" #include "h264_parse.h"
#include "h264_sei.h" #include "h264_sei.h"
#include "h2645_parse.h" #include "h2645_parse.h"
...@@ -460,7 +460,6 @@ typedef struct H264Context { ...@@ -460,7 +460,6 @@ typedef struct H264Context {
H264DSPContext h264dsp; H264DSPContext h264dsp;
H264ChromaContext h264chroma; H264ChromaContext h264chroma;
H264QpelContext h264qpel; H264QpelContext h264qpel;
GetBitContext gb;
H264Picture DPB[H264_MAX_PICTURE_COUNT]; H264Picture DPB[H264_MAX_PICTURE_COUNT];
H264Picture *cur_pic_ptr; H264Picture *cur_pic_ptr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册