Commit 50787fe3 authored by Bobby Bingham's avatar Bobby Bingham

targa: remove unused context members

Signed-off-by: 's avatarBobby Bingham <uhmmmm@gmail.com>
parent c2eec3df
...@@ -28,9 +28,6 @@ ...@@ -28,9 +28,6 @@
typedef struct TargaContext { typedef struct TargaContext {
AVFrame picture; AVFrame picture;
GetByteContext gb; GetByteContext gb;
int color_type;
int compression_type;
} TargaContext; } TargaContext;
static uint8_t *advance_line(uint8_t *start, uint8_t *line, static uint8_t *advance_line(uint8_t *start, uint8_t *line,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment