Skip to content

Commit

Permalink
Fix proguard rule for DefaultVideoFrameProcess.Factory.Builder.build()
Browse files Browse the repository at this point in the history
Issue: #1187

#minor-release

PiperOrigin-RevId: 616112879
(cherry picked from commit 48cffc8)
  • Loading branch information
icbaker authored and SheenaChhabra committed Mar 15, 2024
1 parent d195b09 commit 961d204
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASENOTES.md
Expand Up @@ -10,6 +10,9 @@
* Start early-enabled renderers only after advancing the playing period
when transitioning between media items
([#1017](https://github.com/androidx/media/issues/1017)).
* Add missing return type to proguard `-keepclasseswithmembers` rule for
`DefaultVideoFrameProcessor.Factory.Builder.build()`
([#1187](https://github.com/androidx/media/issues/1187)).
* Transformer:
* Add workaround for exception thrown due to `MediaMuxer` not supporting
negative presentation timestamps before API 30.
Expand Down
2 changes: 1 addition & 1 deletion libraries/exoplayer/proguard-rules.txt
Expand Up @@ -69,5 +69,5 @@
}
-dontnote androidx.media3.effect.DefaultVideoFrameProcessor$Factory$Builder
-keepclasseswithmembers class androidx.media3.effect.DefaultVideoFrameProcessor$Factory$Builder {
build();
androidx.media3.effect.DefaultVideoFrameProcessor$Factory build();
}

0 comments on commit 961d204

Please sign in to comment.