Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/try
/
.
/
tests
/
headers
/
prepend-enum-constified-variant.h
blob: 06ae264f07b39b06497faa1f8f8eed08ea4f3655 [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --no-prepend-enum-name --rustified-enum .*
enum
AVCodecID
{
AV_CODEC_ID_FIRST_UNKNOWN
=
0x18000
,
AV_CODEC_ID_TTF
=
0x18000
,
};