mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-18 06:41:16 +08:00
rtpdec_hevc: Share the implementation of parsing a=framesize with h264
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user