VP8 RTP: fixed wrong bit for "show bit"

This commit is contained in:
Valerii Zapodovnikov 2021-03-10 11:17:03 +00:00 committed by Martin Mathieson
parent a52ab28013
commit 584442fd6d
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ proto_register_vp8(void)
},
{ &hf_vp8_hdr_show_bit,
{ "Show bit", "vp8.hdr.show",
FT_BOOLEAN, 8, NULL, BIT_5_MASK,
FT_BOOLEAN, 8, NULL, BIT_4_MASK,
NULL, HFILL }
},
{ &hf_vp8_hdr_first_partition_size,