Skip to content

Commit fb6648d

Browse files
committed
Fix javadoc errors
1 parent 8dd2362 commit fb6648d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/src/main/java/net/ypresto/androidtranscoder/compat/MediaCodecListCompat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import java.util.NoSuchElementException;
2525

2626
/**
27-
* This class emulates basic behavior of MediaCodecList in API level >= 21.
27+
* This class emulates basic behavior of MediaCodecList in API level >= 21.
2828
* TODO: implement delegate to MediaCodecList in newer API.
2929
*/
3030
public class MediaCodecListCompat {

lib/src/main/java/net/ypresto/androidtranscoder/format/MediaFormatExtraConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class MediaFormatExtraConstants {
3636
/**
3737
* For decoder parameter and included in MediaFormat from {@link android.media.MediaExtractor#getTrackFormat(int)}.
3838
* Decoder rotates specified degrees before rendering video to surface.
39-
* NOTE: Only included in track format of API >= 21.
39+
* NOTE: Only included in track format of API >= 21.
4040
*/
4141
public static final String KEY_ROTATION_DEGREES = "rotation-degrees";
4242

lib/src/main/java/net/ypresto/androidtranscoder/format/MediaFormatStrategyPresets.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class MediaFormatStrategyPresets {
2424

2525
/**
2626
* Preset based on Nexus 4 camera recording with 720p quality.
27-
* This preset is ensured to work on any Android >=4.3 devices by Android CTS (if codec is available).
27+
* This preset is ensured to work on any Android >=4.3 devices by Android CTS (if codec is available).
2828
* Default bitrate is 8Mbps. {@link #createAndroid720pStrategy(int)} to specify bitrate.
2929
*/
3030
public static MediaFormatStrategy createAndroid720pStrategy() {
@@ -33,7 +33,7 @@ public static MediaFormatStrategy createAndroid720pStrategy() {
3333

3434
/**
3535
* Preset based on Nexus 4 camera recording with 720p quality.
36-
* This preset is ensured to work on any Android >=4.3 devices by Android CTS (if codec is available).
36+
* This preset is ensured to work on any Android >=4.3 devices by Android CTS (if codec is available).
3737
*
3838
* @param bitRate Preferred bit rate for encoding.
3939
*/

0 commit comments

Comments
 (0)