mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Use constructor in default constructor.
PiperOrigin-RevId: 425871885
This commit is contained in:
parent
f39b14f046
commit
e121502104
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,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