mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Fix proguard rule for DefaultVideoFrameProcess.Factory.Builder.build()
Issue: androidx/media#1187 #minor-release PiperOrigin-RevId: 616112879
This commit is contained in:
parent
e9ed874e51
commit
48cffc849a
2 changed files with 4 additions and 1 deletions
|
|
@ -19,6 +19,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 `audioConversionProcess` and `videoConversionProcess` to
|
||||
`ExportResult` indicating how the respective track in the output file
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue