blob: 281fb178ed8bfb69a56e2d982d061dce9f79441e [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SERVICES_MEDIA_FRAMEWORK_FFMPEG_FFMPEG_DEMUX_H_
#define SERVICES_MEDIA_FRAMEWORK_FFMPEG_FFMPEG_DEMUX_H_
#include <memory>
#include "services/media/framework/parts/demux.h"
namespace mojo {
namespace media {
class FfmpegDemux : public Demux {
public:
static std::shared_ptr<Demux> Create();
};
} // namespace media
} // namespace mojo
#endif // SERVICES_MEDIA_FRAMEWORK_FFMPEG_FFMPEG_DEMUX_H_