diff options
author | Martin Storsjö <martin@martin.st> | 2015-02-23 20:59:41 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-02-24 16:24:36 +0200 |
commit | 8633fb47db2ec39eb8bd1bd65302af75a94ff5d0 (patch) | |
tree | 95baf351ed8f8aa52fd13577dc42470ad931df94 /libavformat/rtpdec_formats.h | |
parent | 5956f489d0452ff6dea6b6b81b4fa8e596fc5684 (diff) | |
download | ffmpeg-8633fb47db2ec39eb8bd1bd65302af75a94ff5d0.tar.gz |
rtpdec_hevc: Share the implementation of parsing a=framesize with h264
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtpdec_formats.h')
-rw-r--r-- | libavformat/rtpdec_formats.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |