1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-14 11:03:33 +02:00

targa: remove unused context members

Signed-off-by: Bobby Bingham <uhmmmm@gmail.com>
This commit is contained in:
Bobby Bingham 2012-10-08 00:23:07 -05:00
parent c2eec3df89
commit 50787fe350

View File

@ -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,