Commit 6760bd0a authored by Michael Niedermayer's avatar Michael Niedermayer

asfdec: avoid unused variable warning.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ba7f1887
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment