[FFmpeg-cvslog] targa: remove unused context members
Bobby Bingham
git at videolan.org
Tue Oct 9 05:54:12 CEST 2012
ffmpeg | branch: master | Bobby Bingham <uhmmmm at gmail.com> | Mon Oct 8 00:23:07 2012 -0500| [50787fe350c28d39339658152f6c05833a178ee3] | committer: Bobby Bingham
targa: remove unused context members
Signed-off-by: Bobby Bingham <uhmmmm at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=50787fe350c28d39339658152f6c05833a178ee3
---
libavcodec/targa.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavcodec/targa.c b/libavcodec/targa.c
index dfa8d44..dd7f0b3 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,
More information about the ffmpeg-cvslog
mailing list