chromium/media/base/encoder_status.h

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef MEDIA_BASE_ENCODER_STATUS_H_
#define MEDIA_BASE_ENCODER_STATUS_H_

#include "media/base/status.h"

namespace media {

struct EncoderStatusTraits {};

EncoderStatus;

MEDIA_EXPORT const char* EncoderStatusCodeToString(
    const EncoderStatus& error_status);
}  // namespace media

#endif  // MEDIA_BASE_ENCODER_STATUS_H_