aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mp4ves.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-11-25 18:43:45 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-11-25 18:43:45 +0000
commit8080ab1d25bf068cc2079f3cf77f58bf9a723cf3 (patch)
tree4853567cd965f6a1a3776a659f733b14e9ed8c29 /epan/dissectors/packet-mp4ves.c
parentbdb28f5f20b6937d094eab9ef7404828eaaaaac2 (diff)
packet-mp4ves.c:832: warning: unused variable 'offset'
svn path=/trunk/; revision=26847
Diffstat (limited to 'epan/dissectors/packet-mp4ves.c')
-rw-r--r--epan/dissectors/packet-mp4ves.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mp4ves.c b/epan/dissectors/packet-mp4ves.c
index b46cc102db..c039ca700e 100644
--- a/epan/dissectors/packet-mp4ves.c
+++ b/epan/dissectors/packet-mp4ves.c
@@ -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);