From 8633fb47db2ec39eb8bd1bd65302af75a94ff5d0 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 23 Feb 2015 20:59:41 +0200 Subject: rtpdec_hevc: Share the implementation of parsing a=framesize with h264 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/rtpdec_formats.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtpdec_formats.h') diff --git a/libavformat/rtpdec_formats.h b/libavformat/rtpdec_formats.h index 1cc3bab38b..4dcc1986ea 100644 --- a/libavformat/rtpdec_formats.h +++ b/libavformat/rtpdec_formats.h @@ -42,6 +42,7 @@ int ff_h264_handle_aggregated_packet(AVFormatContext *ctx, AVPacket *pkt, const uint8_t *buf, int len, int start_skip, int *nal_counters, int nal_mask); +void ff_h264_parse_framesize(AVCodecContext *codec, const char *p); extern RTPDynamicProtocolHandler ff_ac3_dynamic_handler; extern RTPDynamicProtocolHandler ff_amr_nb_dynamic_handler; -- cgit v1.2.3