summaryrefslogtreecommitdiff
path: root/modules/amr/amr.h
blob: 6746a8357a2cdc1f08f82dd2c40fd21a9e922d6d (plain)
1
2
3
4
5
6
7
8
9
10
/**
 * @file amr/amr.h AMR module -- internal interface
 *
 * Copyright (C) 2010 - 2015 Creytiv.com
 */


int  amr_fmtp_enc(struct mbuf *mb, const struct sdp_format *fmt,
		  bool offer, void *arg);
bool amr_fmtp_cmp(const char *lfmtp, const char *rfmtp, void *arg);