mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
Merge commit '06205b5efdcf0bc4c5463bfdd02f09b5f79fc4cd'
* commit '06205b5efdcf0bc4c5463bfdd02f09b5f79fc4cd': hls: Free packets when skipping packets when seeking Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user