Skip to content

Commit

Permalink
Merge pull request ypresto#70 from edwardotis/fix_audio_format_valida…
Browse files Browse the repository at this point in the history
…tion

Fix audio format validation
  • Loading branch information
ypresto authored Aug 19, 2019
2 parents c0ee729 + c5ac813 commit ac94c6b
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 ac94c6b

Please sign in to comment.