Skip to content

Commit f029f46

Browse files
committed
lavd: removed unused member
1 parent c48b614 commit f029f46

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/video_decompress/libavcodec.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ struct state_libavcodec_decompress {
8989
unsigned last_frame_seq:22; // This gives last sucessfully decoded frame seq number. It is the buffer number from the packet format header, uses 22 bits.
9090
bool last_frame_seq_initialized;
9191

92-
struct video_desc saved_desc;
93-
9492
struct state_libavcodec_decompress_sws {
9593
#ifdef HAVE_SWSCALE
9694
int width, height;
@@ -380,7 +378,6 @@ static bool configure_with(struct state_libavcodec_decompress *s,
380378
s->pkt = av_packet_alloc();
381379

382380
s->last_frame_seq_initialized = false;
383-
s->saved_desc = desc;
384381

385382
return true;
386383
}

0 commit comments

Comments
 (0)