Skip to content

Commit 1430c59

Browse files
rohitjoinscopybara-github
authored andcommitted
Fix typo in Javadoc
Correct "prestation" to "presentation" in the description of `firstVideoSampleTimestampUs`. PiperOrigin-RevId: 795452772
1 parent 5358447 commit 1430c59

File tree

1 file changed

+1
-1
lines changed
  • libraries/transformer/src/main/java/androidx/media3/transformer

1 file changed

+1
-1
lines changed

libraries/transformer/src/main/java/androidx/media3/transformer/Mp4Info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
*/
6060
public final long lastSyncSampleTimestampUs;
6161

62-
/** The prestation timestamp of the first video frame, in microseconds. */
62+
/** The presentation timestamp of the first video frame, in microseconds. */
6363
public final long firstVideoSampleTimestampUs;
6464

6565
/**

0 commit comments

Comments
 (0)