MCPcopy Create free account
hub / github.com/cisco/openh264 / EncodeDecodeFileParamBase

Class EncodeDecodeFileParamBase

test/api/encode_decode_api_test.h:50–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49
50struct EncodeDecodeFileParamBase {
51 int numframes;
52 int width;
53 int height;
54 float frameRate;
55 int slicenum;
56 bool bLostPara;
57 const char* pLossSequence;
58};
59
60static void welsStderrTraceOrigin (void* ctx, int level, const char* string) {
61 fprintf (stderr, "%s\n", string);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected