Chen-tao / webm

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

Do not use Match function for parsing ContentEncodings in libwebm. #426

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The code in libwebm for parsing ContentEncodings elements uses the old syntax 
of Match() in libwebm. This code should be changed to parse the element header 
and then match the id.

Original issue reported on code.google.com by fgalli...@google.com on 30 Apr 2012 at 3:35