Skip to content
Snippets Groups Projects

demux/ogg: fix stream re-use

Merged Marvin Scholz requested to merge ePirat/vlc:epirat-fix-ogg-stream-reuse into master

Stream re-use could never happen, as p_stream->p_es is always NULL here, as implied by the earlier check:

if ( p_stream->p_es == NULL && !p_stream->b_finished )

To fix that, the check for a non-null p_stream->p_es is removed.

Partially fixes #25186 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading