shshankjain / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Seeking in QuickTime Player results in blocky artifacts #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps:
- Open a webm file in QuickTime Player on MacOS X.
- Drag the playhead on the scrubber bar to seek to random point within the 
video.
- Notice that it attempts to decode random frame, resulting in garbage.  It 
should jump to next (or previous) Key Frame. 

MacBookPro 
2.53 GHz Intel Core 2 Duo
MacOS X 10.5.8
QuickTime Player Pro Version 7.6.6 (1632)

Original issue reported on code.google.com by jeffko...@google.com on 20 Oct 2010 at 1:59

GoogleCodeExporter commented 9 years ago
Fixed in Change-Id: I1e636f5ee19ee6dd03f9313de19a0c2ccfaaac74
For non-keyframes, pass flag mediaSampleNotSync to quicktime function 
AddMediaSampleReference(). 

Original comment by jeffko...@google.com on 20 Oct 2010 at 8:43

GoogleCodeExporter commented 9 years ago

Original comment by albe...@google.com on 8 Mar 2012 at 12:10