[FFmpeg-cvslog] libavcodec/hap: remove unused struct member

Tom Butterworth git at videolan.org
Tue Jul 21 03:50:11 CEST 2015


ffmpeg | branch: master | Tom Butterworth <bangnoise at gmail.com> | Tue Jul 21 01:12:09 2015 +0100| [440c26e9c46bb26bc1fc8306561ed6962ae7d3bf] | committer: Michael Niedermayer

libavcodec/hap: remove unused struct member

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=440c26e9c46bb26bc1fc8306561ed6962ae7d3bf
---

 libavcodec/hap.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/hap.h b/libavcodec/hap.h
index 48283b7..f36d09a 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 */
 



More information about the ffmpeg-cvslog mailing list