Commit 7dfe798d authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '06205b5e'

* commit '06205b5e':
  hls: Free packets when skipping packets when seeking
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents ef154474 06205b5e
......@@ -702,6 +702,8 @@ start:
c->seek_timestamp = AV_NOPTS_VALUE;
break;
}
av_free_packet(&var->pkt);
reset_packet(&var->pkt);
}
}
/* Check if this stream still is on an earlier segment number, or
......
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