aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h264.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-12-16 20:27:55 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-12-16 20:27:55 +0000
commit67261c278cb7a393a3d380f2436e1d46d62654ea (patch)
treec0f43f330d07021857dff575458fe9c633a98a7d /epan/dissectors/packet-h264.c
parentbe828015cff19b5dc9f214271c1a2ef14b010964 (diff)
Comment out unused code.
svn path=/trunk/; revision=23891
Diffstat (limited to 'epan/dissectors/packet-h264.c')
-rw-r--r--epan/dissectors/packet-h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h264.c b/epan/dissectors/packet-h264.c
index c5eae252b6..7d84269038 100644
--- a/epan/dissectors/packet-h264.c
+++ b/epan/dissectors/packet-h264.c
@@ -1208,7 +1208,7 @@ dissect_h264_pic_parameter_set_rbsp(proto_tree *tree, tvbuff_t *tvb, packet_info
bit_offset++;
/* pic_scaling_matrix_present_flag 1 u(1)*/
- pic_scaling_matrix_present_flag = tvb_get_bits8(tvb, bit_offset, 1);
+ /* pic_scaling_matrix_present_flag = tvb_get_bits8(tvb, bit_offset, 1); */
proto_tree_add_bits_item(tree, hf_h264_pic_scaling_matrix_present_flag, tvb, bit_offset, 1, FALSE);
bit_offset++;