Skip to content

Commit

Permalink
fix audio output validation to validate on the output format, not the…
Browse files Browse the repository at this point in the history
… input format
  • Loading branch information
edwardotis authored and ypresto committed Aug 19, 2019
1 parent 012c3ab commit c5ac813
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void setup() {

@Override
public MediaFormat getDeterminedFormat() {
return mInputFormat;
return mActualOutputFormat;
}

@Override
Expand Down

0 comments on commit c5ac813

Please sign in to comment.