media/library/src
Oliver Woodman 4c94a846d5 webm_extractor: Fix issue in vorbis extraction.
Vorbis decoder in android MediaCodec [1] expects the last 4 bytes of the sample to be the number of samples in the current page. This definition holds good only for Ogg and is irrelevant for WebM. So we always set this to -1 (the decoder will ignore this value if we set it to -1). The android platform media extractor [2] does the same.
2015-04-17 20:09:45 +01:00
..
main webm_extractor: Fix issue in vorbis extraction. 2015-04-17 20:09:45 +01:00
test Clean up + optimize ParsableByteArray. 2015-04-17 20:03:24 +01:00