2 * Copyright (c) 2013 The WebM project authors. All Rights Reserved.
4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
13 #include "vpx/vpx_encoder.h"
19 enum TestDecodeFatality {
27 /* Configuration elements common to all streams. */
28 struct VpxEncoderConfig {
29 const struct VpxInterface *codec;
40 enum TestDecodeFatality test_decode;
42 struct vpx_rational framerate;
45 int show_q_hist_buckets;
46 int show_rate_hist_buckets;
48 int disable_warning_prompt;