mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
asfdec: mark only ts1 as av_unused
Idea-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7ea3963817
commit
53cb0de25b
@ -812,7 +812,7 @@ static int asf_read_frame_header(AVFormatContext *s, AVIOContext *pb){
|
||||
ASFContext *asf = s->priv_data;
|
||||
int rsize = 1;
|
||||
int num = avio_r8(pb);
|
||||
av_unused int64_t ts0, ts1;
|
||||
int64_t ts0, ts1 av_unused;
|
||||
|
||||
asf->packet_segments--;
|
||||
asf->packet_key_frame = num >> 7;
|
||||
|
Loading…
Reference in New Issue
Block a user