
1 static int jpc_dec_process_sod(jpc_dec_t *dec, jpc_ms_t *ms)
2 {
3     assert(dec != NULL);
4     // ... rest of the function ...
