Nack for audio.

R=stefan@webrtc.org, tina.legrand@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/1507004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4188 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
turaj@webrtc.org
2013-06-06 19:00:09 +00:00
parent d9c4658756
commit a305e9612a
19 changed files with 1522 additions and 55 deletions

View File

@ -99,6 +99,9 @@ typedef struct
int usingStereo;
#endif
/* The sequence number of the latest decoded RTP payload. */
int decoded_packet_sequence_number;
uint32_t decoded_packet_timestamp;
} MCUInst_t;
/****************************************************************************