mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
lavf/rtpdec*: Constify all RTPDynamicProtocolHandler.
Reviewed-by: Muhammad Faiz
This commit is contained in:
parent
71f39de2a5
commit
dc77e64f2d
26 changed files with 73 additions and 73 deletions
|
|
@ -89,7 +89,7 @@ static int mpegts_handle_packet(AVFormatContext *ctx, PayloadContext *data,
|
|||
return 0;
|
||||
}
|
||||
|
||||
RTPDynamicProtocolHandler ff_mpegts_dynamic_handler = {
|
||||
const RTPDynamicProtocolHandler ff_mpegts_dynamic_handler = {
|
||||
.codec_type = AVMEDIA_TYPE_DATA,
|
||||
.priv_data_size = sizeof(PayloadContext),
|
||||
.parse_packet = mpegts_handle_packet,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue