RTP_XIPH_IDENT 63 libavformat/rtpenc_xiph.c *q++ = (RTP_XIPH_IDENT >> 16) & 0xff; RTP_XIPH_IDENT 64 libavformat/rtpenc_xiph.c *q++ = (RTP_XIPH_IDENT >> 8) & 0xff; RTP_XIPH_IDENT 65 libavformat/rtpenc_xiph.c *q++ = (RTP_XIPH_IDENT ) & 0xff; RTP_XIPH_IDENT 395 libavformat/sdp.c config[4] = (RTP_XIPH_IDENT >> 16) & 0xff; RTP_XIPH_IDENT 396 libavformat/sdp.c config[5] = (RTP_XIPH_IDENT >> 8) & 0xff; RTP_XIPH_IDENT 397 libavformat/sdp.c config[6] = (RTP_XIPH_IDENT ) & 0xff;