diff options
author | dalecurtis@chromium.org <dalecurtis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-18 21:39:52 +0000 |
---|---|---|
committer | dalecurtis@chromium.org <dalecurtis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-18 21:39:52 +0000 |
commit | e152f1f67d4e55f062023101d0bb2f79ec6b7221 (patch) | |
tree | bf6990bda26ede7022637f011fec4cca1ded90e2 /media/test/data | |
parent | aadb99f6629d277c2a0951820fe7c003c0e38a5f (diff) | |
download | chromium_src-e152f1f67d4e55f062023101d0bb2f79ec6b7221.zip chromium_src-e152f1f67d4e55f062023101d0bb2f79ec6b7221.tar.gz chromium_src-e152f1f67d4e55f062023101d0bb2f79ec6b7221.tar.bz2 |
Disable ID3v1 tag reading.
ID3 tag reading is pretty well entrenched in FFmpeg, so we can't
just disable ID3 entirely or we'll fail to identify and parse files
which start with ID3 tags.
This change prevents FFmpeg from attempting to read ID3v1 tags from
the end of the file. As far as I can tell, FFmpeg only supports
ID3v2 tags at the start of the file, so we don't need to worry about
those.
Will require a DEPS roll to update Windows FFmpeg DLLs and add two
new signature entries for avformat_alloc_context() and av_dict_set().
BUG=94285
TEST=Played mp3 from bug, observed no more extraneous requests.
Review URL: http://codereview.chromium.org/10012049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132870 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/test/data')
-rw-r--r-- | media/test/data/id3_test.mp3 | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/media/test/data/id3_test.mp3 b/media/test/data/id3_test.mp3 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/media/test/data/id3_test.mp3 |