mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 17:32:06 +00:00
targa: remove unused context members
Signed-off-by: Bobby Bingham <uhmmmm@gmail.com>
This commit is contained in:
parent
c2eec3df89
commit
50787fe350
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user