summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-h264.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-01-31 17:55:31 +0000
committerBill Meier <wmeier@newsguy.com>2013-01-31 17:55:31 +0000
commitc439b805e20dd9dba744b3f7216c970c3591592e (patch)
tree290b43c090c6a125c690e472152e5f89f2538647 /epan/dissectors/packet-h264.c
parent8ee3809edcc3a78004db5e3fad9808e1aded4838 (diff)
downloadwireshark-c439b805e20dd9dba744b3f7216c970c3591592e.tar.gz
Comment out unused hf[] entries & etc.
(found by checkhf) svn path=/trunk/; revision=47389
Diffstat (limited to 'epan/dissectors/packet-h264.c')
-rw-r--r--epan/dissectors/packet-h264.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h264.c b/epan/dissectors/packet-h264.c
index ee7735bad4..e697d017be 100644
--- a/epan/dissectors/packet-h264.c
+++ b/epan/dissectors/packet-h264.c
@@ -116,7 +116,7 @@ static int hf_h264_par_profile_h = -1;
static int hf_h264_par_profile_h10 = -1;
static int hf_h264_par_profile_h4_2_2 = -1;
static int hf_h264_par_profile_h4_4_4 = -1;
-static int hf_h264_par_add_mode_sup = -1;
+/* static int hf_h264_par_add_mode_sup = -1; */
static int hf_h264_par_AdditionalModesSupported = -1;
static int hf_h264_par_add_mode_sup_rcdo = -1;
static int hf_h264_par_ProfileIOP = -1;
@@ -173,7 +173,7 @@ static int hf_h264_slice_type = -1;
static int hf_h264_slice_id = -1;
static int hf_h264_payloadsize = -1;
static int hf_h264_payloadtype = -1;
-static int hf_h264_frame_num = -1;
+/* static int hf_h264_frame_num = -1; */
/* Initialize the subtree pointers */
static int ett_h264 = -1;
@@ -2692,11 +2692,13 @@ proto_register_h264(void)
FT_UINT32, BASE_DEC, VALS(h264_sei_payload_vals), 0x0,
NULL, HFILL }
},
+#if 0
{ &hf_h264_frame_num,
{ "frame_num", "h264.frame_num",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
+#endif
{ &hf_h264_par_profile,
{ "Profile", "h264.profile",
FT_UINT8, BASE_HEX, NULL, 0x00,
@@ -2733,10 +2735,12 @@ proto_register_h264(void)
{ "AdditionalModesSupported", "h264.AdditionalModesSupported",
FT_UINT8, BASE_HEX, NULL, 0x00,
NULL, HFILL}},
+#if 0
{ &hf_h264_par_add_mode_sup,
{ "Additional Modes Supported", "h264.add_mode_sup",
FT_UINT8, BASE_HEX, NULL, 0x00,
NULL, HFILL}},
+#endif
{ &hf_h264_par_add_mode_sup_rcdo,
{ "Reduced Complexity Decoding Operation (RCDO) support", "h264.add_mode_sup.rcdo",
FT_BOOLEAN, 8, NULL, 0x40,