Initialize se_value to avoid a warning.

svn path=/trunk/; revision=23972
This commit is contained in:
Stig Bjørlykke 2007-12-29 11:29:36 +00:00
parent 779e204759
commit 74f01ee7c6
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ dissect_h264_exp_golomb_code(proto_tree *tree, int hf_index, tvbuff_t *tvb, gint
{
gint leading_zero_bits, bit_offset;
guint32 codenum, mask, value, tmp;
gint32 se_value;
gint32 se_value=0;
gint b;
char *str;
int bit;