You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit '2e4a7bd553ec7c805b4a3b90733405a14ba69072'
* commit '2e4a7bd553ec7c805b4a3b90733405a14ba69072': h264: drop unused H264Context.gb Merged-by: Clément Bœsch <clement@stupeflix.com>
This commit is contained in:
@@ -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"
|
||||
@@ -460,7 +460,6 @@ typedef struct H264Context {
|
||||
H264DSPContext h264dsp;
|
||||
H264ChromaContext h264chroma;
|
||||
H264QpelContext h264qpel;
|
||||
GetBitContext gb;
|
||||
|
||||
H264Picture DPB[H264_MAX_PICTURE_COUNT];
|
||||
H264Picture *cur_pic_ptr;
|
||||
|
Reference in New Issue
Block a user