diff options
author | Tom Butterworth <bangnoise@gmail.com> | 2015-07-21 01:12:09 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-21 03:15:04 +0200 |
commit | 440c26e9c46bb26bc1fc8306561ed6962ae7d3bf (patch) | |
tree | c33fe907cc65469353a472d1aebb433863d2beae | |
parent | d8488090e5070187e9d8d0a93b8d841f26bde990 (diff) | |
download | ffmpeg-440c26e9c46bb26bc1fc8306561ed6962ae7d3bf.tar.gz |
libavcodec/hap: remove unused struct member
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavcodec/hap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/hap.h b/libavcodec/hap.h index 48283b7f2d..f36d09a6cd 100644 --- a/libavcodec/hap.h +++ b/libavcodec/hap.h @@ -46,7 +46,6 @@ typedef struct HapContext { TextureDSPContext dxtc; GetByteContext gbc; - PutByteContext pbc; int section_type; /* Header type */ |