[FFmpeg-devel] [PATCH 3/4] targa: remove unused context members

Bobby Bingham uhmmmm at gmail.com
Mon Oct 8 07:41:20 CEST 2012


Signed-off-by: Bobby Bingham <uhmmmm at gmail.com>
---
 libavcodec/targa.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavcodec/targa.c b/libavcodec/targa.c
index 68f6577..dd30a41 100644
--- a/libavcodec/targa.c
+++ b/libavcodec/targa.c
@@ -28,9 +28,6 @@
 typedef struct TargaContext {
     AVFrame picture;
     GetByteContext gb;
-
-    int color_type;
-    int compression_type;
 } TargaContext;
 
 static uint8_t *advance_line(uint8_t *start, uint8_t *line,
-- 
1.7.12



More information about the ffmpeg-devel mailing list