shshankjain / webm

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

libwebm sample fails w/assert parsing dshow created webm #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Or ffmpeg created for that matter.

sample: mkvparser.cpp:2462: void mkvparser::Cluster::Load(): Assertion `id_ == 
0x0F43B675' failed.

The
    if (m_clusterCount > size_of_cluster_pos)
block from Segment::Load looks suspicious as the above check appears to be off 
by one and the following copy:
    memcpy(temp, fileposition_of_clusters, size_of_cluster_pos);
is incorrectly sized.

Tested with 32 and 64-bit Linux builds under Ubuntu Lucid.

Original issue reported on code.google.com by jz...@google.com on 13 Jul 2010 at 3:52

GoogleCodeExporter commented 9 years ago

Original comment by hwasoo...@google.com on 13 Jul 2010 at 8:10

GoogleCodeExporter commented 9 years ago

Original comment by hwasoo...@google.com on 14 Jul 2010 at 1:42

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision c9f1649012ce.

Original comment by jz...@google.com on 21 Feb 2013 at 8:33