| 48 | |
| 49 | |
| 50 | struct 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 | |
| 60 | static void welsStderrTraceOrigin (void* ctx, int level, const char* string) { |
| 61 | fprintf (stderr, "%s\n", string); |
nothing calls this directly
no outgoing calls
no test coverage detected