MP4: fix Unused entry: epan/dissectors/file-mp4.c, hf_mp4_stsd_entry_cnt

Change-Id: I95f0ab387570c0c56e19990cb9b9063051bb792f
Reviewed-on: https://code.wireshark.org/review/5779
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
This commit is contained in:
Alexis La Goutte 2014-12-15 19:12:24 +01:00 committed by Martin Kaiser
parent fafa686a68
commit 82e63040b6
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ dissect_mp4_stsd_body(tvbuff_t *tvb, gint offset, gint len,
offset += 3;
entry_cnt = tvb_get_ntohl(tvb, offset);
proto_tree_add_item(tree, hf_mp4_dref_entry_cnt,
proto_tree_add_item(tree, hf_mp4_stsd_entry_cnt,
tvb, offset, 4, ENC_BIG_ENDIAN);
offset += 4;