diff options
author | Dongwon Kang <dwkang@google.com> | 2011-08-18 15:24:27 +0900 |
---|---|---|
committer | Dongwon Kang <dwkang@google.com> | 2011-08-18 15:24:27 +0900 |
commit | 983ab88e117fcbda9370b8f4ba94271d37149672 (patch) | |
tree | c8a11ad382aee7f644ec338535a342cdd49cb9b2 /docs/html/sdk/api_diff/14/changes | |
parent | 7fa6e4248383ea9d894cc2ac8037cbb04cb13197 (diff) |
To make SniffMP3() more concrete so that we can remove false-positve responses from MPEG-PS streams.
Note: current resync logic keeps searching mp3 frames until it meets a
valid one. This resync logic works well with seek() operation, but in
SniffMP3(), this may cause false-positive classification for the
following MPEG-PS file format.
A possible MPEG-PS video file:
[PS header]...[mp3 frame][mp3 frame] ...
MP3 files:
[ID3 tag][mp3 frame][mp3 frame] ...
BUG: 5104562
Change-Id: Idd5020723f7bdb2fefc2a63fc8651580fd644399
Diffstat (limited to 'docs/html/sdk/api_diff/14/changes')
0 files changed, 0 insertions, 0 deletions