-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[media] Revise OpusAudioDecoder::Reset() via OPUS_RESET_STATE #2727
Conversation
530907d
to
2eb7ed5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2727 +/- ##
==========================================
- Coverage 59.74% 59.72% -0.03%
==========================================
Files 1825 1825
Lines 88124 88130 +6
==========================================
- Hits 52652 52634 -18
- Misses 35472 35496 +24 ☔ View full report in Codecov by Sentry. |
4cd4d6d
to
d2ba8e8
Compare
e01425d
to
84b2718
Compare
2e3809d
to
f4bcc20
Compare
f4bcc20
to
45a715d
Compare
This PR (youtube#2501) recreating OpusAUdioDecoder in Reset(). Change to reset a previously initialized state using the #OPUS_RESET_STATE CTL as stated in the opus document. b/327281974
45a715d
to
b398b29
Compare
This PR (#2501) recreates OpusAudioDecoder in OpusAudioDecoder::Reset(), as originally Cobalt recreates OpusAudioDecoder on PartialAudio tests. Change to reset a previously initialized state using the #OPUS_RESET_STATE CTL as stated in the opus document. b/327281974 (cherry picked from commit 8a15dd8)
…e#2727) This PR (youtube#2501) recreates OpusAudioDecoder in OpusAudioDecoder::Reset(), as originally Cobalt recreates OpusAudioDecoder on PartialAudio tests. Change to reset a previously initialized state using the #OPUS_RESET_STATE CTL as stated in the opus document. b/327281974
This PR (#2501) recreates OpusAudioDecoder in OpusAudioDecoder::Reset(), as originally Cobalt recreates OpusAudioDecoder on PartialAudio tests. Change to reset a previously initialized state using the #OPUS_RESET_STATE CTL as stated in the opus document. b/327281974 (cherry picked from commit 8a15dd8)
…US_RESET_STATE (#2945) Refer to the original PR: #2727 This PR (#2501) recreates OpusAudioDecoder in OpusAudioDecoder::Reset(), as originally Cobalt recreates OpusAudioDecoder on PartialAudio tests. Change to reset a previously initialized state using the #OPUS_RESET_STATE CTL as stated in the opus document. b/327281974 Co-authored-by: Bo-Rong Chen <[email protected]>
This PR (#2501) recreates OpusAudioDecoder in OpusAudioDecoder::Reset(), as originally Cobalt recreates OpusAudioDecoder on PartialAudio tests. Change to reset a previously initialized state using the #OPUS_RESET_STATE CTL as stated in the opus document.
b/327281974