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.2 by pcg, Sun Feb 8 07:24:25 2004 UTC

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