- **status**: unassigned --> accepted
- **assigned_to**: Thanh Nguyen


---

** [tickets:#3007] clmd: Incorrect encode/decode time_super**

**Status:** accepted
**Milestone:** 5.19.03
**Created:** Wed Feb 13, 2019 10:55 PM UTC by Minh Hon Chau
**Last Updated:** Wed Feb 13, 2019 10:55 PM UTC
**Owner:** Thanh Nguyen


The time_super is encoded with 32 bits, and decoded with 64 bits
In clms_mds.cc
  ncs_encode_32bit(&p8, track->time_super);
  ncs_enc_claim_space(uba, 8);
  total_bytes += 8;

In clma_mds.cc
  track->time_super = ncs_decode_64bit(&p8);

  


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets

Reply via email to