mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
asfdec: avoid unused variable warning.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ba7f18876c
commit
6760bd0a19
@ -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);
|
||||
int64_t ts0, ts1;
|
||||
av_unused int64_t ts0, ts1;
|
||||
|
||||
asf->packet_segments--;
|
||||
asf->packet_key_frame = num >> 7;
|
||||
|
Loading…
x
Reference in New Issue
Block a user