h264: fix label for frame_crop_right_offset
authorMatt Parker <matt.parker@poly.com>
Thu, 19 Dec 2019 20:27:40 +0000 (13:27 -0700)
committerPascal Quantin <pascal@wireshark.org>
Thu, 19 Dec 2019 22:06:23 +0000 (22:06 +0000)
Bug: 16285
Change-Id: Iddc7171467b161c16176ae527f80cc638bc529f1
Reviewed-on: https://code.wireshark.org/review/35510
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Pascal Quantin <pascal@wireshark.org>
epan/dissectors/packet-h264.c

index eb8498528bc781bc86cce0b3f4d85af7fde88a7f..6fc6c3281fa7c5ca7da816172e4c7219f99da10f 100644 (file)
@@ -2962,7 +2962,7 @@ proto_register_h264(void)
             NULL, HFILL }
         },
         { &hf_h264_frame_crop_right_offset,
-            { "frame_crop_left_offset",           "h264.frame_crop_right_offset",
+            { "frame_crop_right_offset",           "h264.frame_crop_right_offset",
             FT_UINT32, BASE_DEC, NULL, 0x0,
             NULL, HFILL }
         },