Skip to content
Snippets Groups Projects

input: es_out: small refactors with early return and branch merges

Merged Alexandre Janniaux requested to merge alexandre-janniaux/vlc:es-out-refactor/1 into master

This MR includes code refactor to simplify cases in the es_out.c code where:

  • small if branches terminating with a return statement are used with a following (potentially huge) else branch
  • a single if statement is used to branch a whole block right before the return
  • nested if branches which could be merged together

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
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading