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.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h264.c b/epan/dissectors/packet-h264.c
index 1e39a27689..cd0ce717c1 100644
--- a/epan/dissectors/packet-h264.c
+++ b/epan/dissectors/packet-h264.c
@@ -40,6 +40,9 @@
#include <epan/prefs.h>
#include <epan/wmem/wmem.h>
+void proto_register_h264(void);
+void proto_reg_handoff_h264(void);
+
/* Initialize the protocol and registered fields */
static int proto_h264 = -1;
static int hf_h264_type = -1;
@@ -2130,8 +2133,6 @@ static void range_add_h264_rtp_pt_callback(guint32 rtp_pt) {
dissector_add_uint("rtp.pt", rtp_pt, h264_handle);
}
-void proto_reg_handoff_h264(void);
-
void
proto_register_h264(void)
{