mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +00:00
Use constructor in default constructor.
PiperOrigin-RevId: 425871885
This commit is contained in:
parent
fe684b228b
commit
d3b46f1c70
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ public final class DefaultEncoderFactory implements Codec.EncoderFactory {
|
|||
|
||||
/** Creates a new instance using the {@link EncoderSelector#DEFAULT default encoder selector}. */
|
||||
public DefaultEncoderFactory() {
|
||||
this.videoEncoderSelector = EncoderSelector.DEFAULT;
|
||||
this(EncoderSelector.DEFAULT);
|
||||
}
|
||||
|
||||
/** Creates a new instance. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue