diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 18:41:52 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 18:41:52 +0000 |
commit | b4fc9c198c85039e15907ccbf99f4d7259d2f085 (patch) | |
tree | 6db743d01149a07b1443f91f7a8ee39a859341ff /media/base/pipeline.h | |
parent | 11e53f69d052482f9a34b4d67ea6e531a7c0edaf (diff) | |
download | chromium_src-b4fc9c198c85039e15907ccbf99f4d7259d2f085.zip chromium_src-b4fc9c198c85039e15907ccbf99f4d7259d2f085.tar.gz chromium_src-b4fc9c198c85039e15907ccbf99f4d7259d2f085.tar.bz2 |
Revert "Checking in media::FFmpegDemuxer and tests."
Review URL: http://codereview.chromium.org/43032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11350 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/base/pipeline.h')
-rw-r--r-- | media/base/pipeline.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/media/base/pipeline.h b/media/base/pipeline.h index 58883cc..da3dfc4 100644 --- a/media/base/pipeline.h +++ b/media/base/pipeline.h @@ -31,12 +31,7 @@ enum PipelineError { PIPELINE_ERROR_REQUIRED_FILTER_MISSING, PIPELINE_ERROR_OUT_OF_MEMORY, PIPELINE_ERROR_COULD_NOT_RENDER, - PIPELINE_ERROR_READ, - - // Demuxer related errors. - DEMUXER_ERROR_COULD_NOT_OPEN, - DEMUXER_ERROR_COULD_NOT_PARSE, - DEMUXER_ERROR_NO_SUPPORTED_STREAMS, + PIPELINE_ERROR_READ }; // Base class for Pipeline class which allows for read-only access to members. |