blob: 7a525494825058826bab7323d0be93796192046a [file] [log] [blame]
// Copyright 2018 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.
#include "codec_runner_app.h"
int main(int argc, char* argv[]) {
ZX_DEBUG_ASSERT(argc == 1);
CodecRunnerApp().Run();
return 0;
}