view loader/config.h @ 14992:d1d36694aa3d

consider parse random_access_point from the adaption_field to determine if the payload is an access point (for SL)
author nicodvb
date Wed, 23 Mar 2005 07:43:31 +0000
parents 496fbdabeb7c
children
line wrap: on
line source

#include "../config.h"

#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf
#else
#define TRACE(...)
#define dbg_printf(...)
#endif