mirror of https://git.ffmpeg.org/ffmpeg.git
libavcodec/hap: remove unused struct member
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
d8488090e5
commit
440c26e9c4
|
@ -46,7 +46,6 @@ typedef struct HapContext {
|
||||||
|
|
||||||
TextureDSPContext dxtc;
|
TextureDSPContext dxtc;
|
||||||
GetByteContext gbc;
|
GetByteContext gbc;
|
||||||
PutByteContext pbc;
|
|
||||||
|
|
||||||
int section_type; /* Header type */
|
int section_type; /* Header type */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue