mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 15:23:00 +00:00 
			
		
		
		
	update WebMWriter.java
fix wrong cue generation
This commit is contained in:
		| @@ -249,7 +249,7 @@ public class WebMWriter implements Closeable { | |||||||
|                             nextCueTime += DEFAULT_CUES_EACH_MS; |                             nextCueTime += DEFAULT_CUES_EACH_MS; | ||||||
|                         } |                         } | ||||||
|                         keyFrames.add( |                         keyFrames.add( | ||||||
|                                 new KeyFrame(baseSegmentOffset, currentClusterOffset - 7, written, bTimecode.length, bloq.absoluteTimecode) |                                 new KeyFrame(baseSegmentOffset, currentClusterOffset - 8, written, bTimecode.length, bloq.absoluteTimecode) | ||||||
|                         ); |                         ); | ||||||
|                     } |                     } | ||||||
|                 } |                 } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 kapodamy
					kapodamy