ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/rohc/decomp.c
(Generate patch)

Comparing gvpe/src/rohc/decomp.c (file contents):
Revision 1.1 by pcg, Sun Feb 8 06:02:44 2004 UTC vs.
Revision 1.3 by pcg, Tue Apr 26 00:55:56 2005 UTC

23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 GNU General Public License for more details. 24 GNU General Public License for more details.
25 25
26 You should have received a copy of the GNU General Public License 26 You should have received a copy of the GNU General Public License
27 along with this program; if not, write to the Free Software 27 along with this program; if not, write to the Free Software
28 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 28 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
29*/ 29*/
30//---------------------------------------------------------------------------------------------------------------------------------- 30//----------------------------------------------------------------------------------------------------------------------------------
31#include "decomp.h" 31#include "decomp.h"
32#include "d_ip.h" 32#include "d_ip.h"
33#include "d_udp.h" 33#include "d_udp.h"
34#include "d_uncompressed.h" 34#include "d_uncompressed.h"
35#include "d_udp_lite.h" 35#include "d_udp_lite.h"
36#include "feedback.h" 36#include "feedback.h"
37
38#include "c_util.h"
39
37//---------------------------------------------------------------------------------------------------------------------------------- 40//----------------------------------------------------------------------------------------------------------------------------------
38extern struct s_profile d_udplite_profile, d_udp_profile, d_ip_profile, d_uncomp_profile; 41extern struct s_profile d_udplite_profile, d_udp_profile, d_ip_profile, d_uncomp_profile;
39//---------------------------------------------------------------------------------------------------------------------------------- 42//----------------------------------------------------------------------------------------------------------------------------------
40static struct s_profile *d_profiles[D_NUM_PROFILES] = { 43static struct s_profile *d_profiles[D_NUM_PROFILES] = {
41 &d_udplite_profile, 44 &d_udplite_profile,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines