From db7f1c7c5a1d37e7f4da64a79a97bea1c4b6e9f8 Mon Sep 17 00:00:00 2001 From: Ben Avison Date: Mon, 21 Jul 2014 16:25:48 +0100 Subject: h264: Move start code search functions into separate source files. This permits re-use with parsers for codecs which use similar start codes. Signed-off-by: Luca Barbato --- libavcodec/h264dsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h264dsp.h') diff --git a/libavcodec/h264dsp.h b/libavcodec/h264dsp.h index 9c41336092..c4be235519 100644 --- a/libavcodec/h264dsp.h +++ b/libavcodec/h264dsp.h @@ -113,7 +113,7 @@ typedef struct H264DSPContext { * one or more further zero bytes and a one byte. Better still, filter * out any bytes that form the trailing_zero_8bits syntax element too. */ - int (*h264_find_start_code_candidate)(const uint8_t *buf, int size); + int (*startcode_find_candidate)(const uint8_t *buf, int size); } H264DSPContext; void ff_h264dsp_init(H264DSPContext *c, const int bit_depth, -- cgit v1.2.3