packet-mp4ves.c:832: warning: unused variable 'offset'

svn path=/trunk/; revision=26847
This commit is contained in:
Anders Broman 2008-11-25 18:43:45 +00:00
parent bdb28f5f20
commit 8080ab1d25
1 changed files with 0 additions and 1 deletions

View File

@ -829,7 +829,6 @@ dissect_mp4ves_par_video_object_type(tvbuff_t *tvb, packet_info *pinfo _U_, prot
static int
dissect_mp4ves_par_decoderConfigurationInformation(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree _U_)
{
int offset = 0;
asn1_ctx_t *actx;
actx = get_asn1_ctx(pinfo->private_data);