forked from Pissandshittium/pissandshittium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[media] FFmpegDemuxer: Detect seek failures
Previously the result from av_seek_frame() was ignored. In the (rare) case of a seek failure, this allowed demuxing to continue from the previous location while trying to render from the seek location, resulting in a confused UI state. With this change, seek failures result in playback error. Bug: 1424380 Change-Id: I6d5d80f5bb5132900c153db22a0079e76f074568 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4416363 Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dan Sanders <sandersd@chromium.org> Cr-Commit-Position: refs/heads/main@{#1130101}
- Loading branch information
Dan Sanders
authored and
Chromium LUCI CQ
committed
Apr 13, 2023
1 parent
4094adf
commit 553e067
Showing
4 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.