aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h264.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-17 06:10:41 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-17 06:10:41 +0000
commita1f179c4f5cfabaff6d139dc4c3befe146951219 (patch)
treebf7af69333dab44cce6c2cd61ee307fa386d3542 /epan/dissectors/packet-h264.c
parent5c085177fe83ddab43aaec447ccae3a7b7a1ec9b (diff)
Make local functions static. Include *.h when needed.
svn path=/trunk/; revision=54164
Diffstat (limited to 'epan/dissectors/packet-h264.c')
-rw-r--r--epan/dissectors/packet-h264.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h264.c b/epan/dissectors/packet-h264.c
index cd0ce717c1..74957f1c70 100644
--- a/epan/dissectors/packet-h264.c
+++ b/epan/dissectors/packet-h264.c
@@ -40,6 +40,8 @@
#include <epan/prefs.h>
#include <epan/wmem/wmem.h>
+#include "packet-h264.h"
+
void proto_register_h264(void);
void proto_reg_handoff_h264(void);
@@ -384,7 +386,7 @@ h264_byte_aligned(int bit_offset)
*/
#define cVALS(x) (const value_string*)(x)
-guint32
+static guint32
dissect_h264_exp_golomb_code(proto_tree *tree, int hf_index, tvbuff_t *tvb, gint *start_bit_offset, h264_golomb_descriptors descriptor)
/*(tvbuff_t *tvb, gint *start_bit_offset) */
{