mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Allow remove video transformer option.
PiperOrigin-RevId: 406849436
This commit is contained in:
parent
70713c8458
commit
18e8ebe0f8
1 changed files with 0 additions and 1 deletions
|
|
@ -481,7 +481,6 @@ public final class TranscodingTransformer {
|
|||
checkState(
|
||||
!transformation.removeAudio || !transformation.removeVideo,
|
||||
"Audio and video cannot both be removed.");
|
||||
checkState(!(transformation.removeVideo));
|
||||
this.context = context;
|
||||
this.mediaSourceFactory = mediaSourceFactory;
|
||||
this.muxerFactory = muxerFactory;
|
||||
|
|
|
|||
Loading…
Reference in a new issue