summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-15 17:04:38 +0000
committerscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-15 17:04:38 +0000
commit65e051b2ea556ebbbfbff593ffd6a2f8cb275bf6 (patch)
treebf8172f1529fb556a5bc48e34c859ece5434e5d3 /third_party
parent807b930a4890f8e86dfd770a571b49eca0c1b4a6 (diff)
downloadchromium_src-65e051b2ea556ebbbfbff593ffd6a2f8cb275bf6.zip
chromium_src-65e051b2ea556ebbbfbff593ffd6a2f8cb275bf6.tar.gz
chromium_src-65e051b2ea556ebbbfbff593ffd6a2f8cb275bf6.tar.bz2
Implemented FFmpegDemuxer::Seek() via av_seek_frame().
Includes refactoring FFmpegDemuxer to use a MessageQueue as opposed to a PlatformThread, cleaning up the unit tests and setting IsDiscontinuous() after a seek. Review URL: http://codereview.chromium.org/67128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13752 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/ffmpeg/avformat-52.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/ffmpeg/avformat-52.def b/third_party/ffmpeg/avformat-52.def
index 835874a..ee5fa99 100644
--- a/third_party/ffmpeg/avformat-52.def
+++ b/third_party/ffmpeg/avformat-52.def
@@ -4,4 +4,5 @@ EXPORTS
av_open_input_file
av_read_frame
av_register_all
+ av_seek_frame
register_protocol