Commit 57aa5281 authored by Jose Lopes's avatar Jose Lopes Committed by Commit Bot

media: Remove unused type aliases in MediaCodecLoop

This is part of the base::Callback migration.

Context: https://cs.chromium.org/chromium/src/docs/callback.md?rcl=9fcc3764aea8f97e9f6de4a9ee61d554e67edcda&l=40

Bug: 714018
Change-Id: Ic6d5627e79a10a86e1fe3847494b2ca45b60ff06
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047246
Commit-Queue: Jose Lopes <jabolopes@google.com>
Reviewed-by: default avatarXiaohan Wang <xhwang@chromium.org>
Reviewed-by: default avatardanakj <danakj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#743468}
parent 5b1a249e
...@@ -107,10 +107,6 @@ namespace media { ...@@ -107,10 +107,6 @@ namespace media {
class MEDIA_EXPORT MediaCodecLoop { class MEDIA_EXPORT MediaCodecLoop {
public: public:
// TODO(liberato): this exists in video_decoder.h and audio_decoder.h too.
using InitCB = base::Callback<void(bool success)>;
using DecodeCB = base::Callback<void(DecodeStatus status)>;
// Data that the client wants to put into an input buffer. // Data that the client wants to put into an input buffer.
struct InputData { struct InputData {
InputData(); InputData();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment