aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mp4ves.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-05 20:00:36 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-06-05 20:00:36 +0000
commit022e5acf6736199f3022e9f0c62d8285b04e47c0 (patch)
tree6ebe57705c4adad0f88836b0f9461a79effe096a /epan/dissectors/packet-mp4ves.c
parentdd65b1718766d1155f6dc235c92e44f417ee2998 (diff)
From SUZUKI, Shinsuke:
There are some non-ASCII characters in the following file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25433 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-mp4ves.c')
-rw-r--r--epan/dissectors/packet-mp4ves.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-mp4ves.c b/epan/dissectors/packet-mp4ves.c
index 7f8082ff3b..063f1ad050 100644
--- a/epan/dissectors/packet-mp4ves.c
+++ b/epan/dissectors/packet-mp4ves.c
@@ -184,12 +184,12 @@ dissect_mp4ves(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
Otherwies it's a VOP fragment.
visual_object_sequence_start_code: The visual_object_sequence_start_code is
- the bit string ‘000001B0’ in hexadecimal. It initiates a visual session.
+ the bit string '000001B0' in hexadecimal. It initiates a visual session.
- group_of_vop_start_code: The group_of_vop_start_code is the bit string ‘000001B3’ in hexadecimal. It identifies
+ group_of_vop_start_code: The group_of_vop_start_code is the bit string '000001B3' in hexadecimal. It identifies
the beginning of a GOV header.
- vop_start_code: This is the bit string ‘000001B6’ in hexadecimal.
+ vop_start_code: This is the bit string '000001B6' in hexadecimal.
*/