Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 79efa78

Browse files
committed
udpate documentation
1 parent 18f9987 commit 79efa78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎lib/src/main/java/com/otaliastudios/transcoder/source/DefaultDataSource.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public long requestKeyFrameTimestamps() {
112112
mExtractor.seekTo(keyFrameTsUs.get(keyFrameTsUs.size() - 1) + 1, MediaExtractor.SEEK_TO_PREVIOUS_SYNC);
113113
return sampleTime;
114114
}
115-
LOG.i("start:" + sampleTime);
115+
LOG.i("keyFrameStartTime:" + sampleTime);
116116

117117
int count = 0;
118118
long lastSampleTime = -1L;
@@ -129,7 +129,7 @@ public long requestKeyFrameTimestamps() {
129129
sampleTime = mExtractor.getSampleTime();
130130
count++;
131131
}
132-
LOG.i("stop:" + keyFrameTsUs);
132+
LOG.i("keyFrameStopCount:" + keyFrameTsUs);
133133
return sampleTime;
134134
}
135135

0 commit comments

Comments
 (0)