aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h264.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-h264.c')
-rw-r--r--epan/dissectors/packet-h264.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-h264.c b/epan/dissectors/packet-h264.c
index d7a8e359d7..a1b3d72736 100644
--- a/epan/dissectors/packet-h264.c
+++ b/epan/dissectors/packet-h264.c
@@ -221,10 +221,12 @@ static const true_false_string h264_end_bit_vals = {
"Not the last packet of FU-A picture"
};
+#if 0
static const true_false_string h264_forbidden_bit_vals = {
"Forbidden Bit of FU-A",
"Not Forbidden Bit of FU-A"
};
+#endif
#define H264_SEQ_PAR_SET 7
#define H264_PIC_PAR_SET 8