Android-cuttlefish cvd tool
build_external
libwebrtc
third_party
libaom
source
libaom
aom
aomcx.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
aom/aomcx.h
>
4
5
#include <stdlib.h>
6
7
aom_codec_iface_t *
aom_codec_av1_cx
(
void
) {
8
// external/libaom doesn't include encoder sources, which makes this function
9
// not available. Defined here to make it build, but ensure it fails fast if
10
// called in runtime.
11
abort();
12
}
aomcx.h
aom_codec_av1_cx
aom_codec_iface_t * aom_codec_av1_cx(void)
Definition:
aomcx.h:7
Generated by
1.9.4