MCPcopy Create free account
hub / github.com/AOMediaCodec/libavif / avifDecoderItemOperatingPoint

Function avifDecoderItemOperatingPoint

src/read.c:1231–1238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229}
1230
1231static uint8_t avifDecoderItemOperatingPoint(const avifDecoderItem * item)
1232{
1233 const avifProperty * a1opProp = avifPropertyArrayFind(&item->properties, "a1op");
1234 if (a1opProp) {
1235 return a1opProp->u.a1op.opIndex;
1236 }
1237 return 0; // default
1238}
1239
1240static avifResult avifDecoderItemValidateProperties(const avifDecoderItem * item,
1241 const char * configPropName,

Calls 1

avifPropertyArrayFindFunction · 0.85

Tested by

no test coverage detected