blob: 84a363d43446449bf8282e20bb1f8b09e846be51 [file] [log] [blame]
// Copyright 2020 The Fuchsia 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 SRC_MEDIA_DRIVERS_AMLOGIC_DECODER_AMLOGIC_DECODER_TEST_HOOKS_H_
#define SRC_MEDIA_DRIVERS_AMLOGIC_DECODER_AMLOGIC_DECODER_TEST_HOOKS_H_
struct AmlogicDecoderTestHooks {
bool force_context_save_restore = false;
};
#endif // SRC_MEDIA_DRIVERS_AMLOGIC_DECODER_AMLOGIC_DECODER_TEST_HOOKS_H_