[FFmpeg-cvslog] svq1enc: Drop unused GetBitContext context member

Diego Biurrun git at videolan.org
Wed Jun 29 11:45:15 CEST 2016


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Jun  4 17:12:41 2016 +0200| [85b8403c6fd11e1c570caa970c7f435ac5f9583e] | committer: Diego Biurrun

svq1enc: Drop unused GetBitContext context member

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

 libavcodec/svq1enc.h |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavcodec/svq1enc.h b/libavcodec/svq1enc.h
index 62e8bb2..94458d6 100644
--- a/libavcodec/svq1enc.h
+++ b/libavcodec/svq1enc.h
@@ -24,8 +24,8 @@
 #include <stdint.h>
 
 #include "libavutil/frame.h"
+
 #include "avcodec.h"
-#include "get_bits.h"
 #include "hpeldsp.h"
 #include "me_cmp.h"
 #include "mpegvideo.h"
@@ -42,7 +42,6 @@ typedef struct SVQ1EncContext {
     AVFrame *current_picture;
     AVFrame *last_picture;
     PutBitContext pb;
-    GetBitContext gb;
 
     /* Some compression statistics */
     enum AVPictureType pict_type;



More information about the ffmpeg-cvslog mailing list