mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-20 21:00:41 +08:00
Merge commit '3cd5828fc0007e6d056067444de053a34ddedd02'
* commit '3cd5828fc0007e6d056067444de053a34ddedd02': rtpdec: Add missing trailing commas Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -165,5 +165,5 @@ RTPDynamicProtocolHandler ff_dv_dynamic_handler = {
|
||||
.parse_sdp_a_line = dv_parse_sdp_line,
|
||||
.alloc = dv_new_context,
|
||||
.free = dv_free_context,
|
||||
.parse_packet = dv_handle_packet
|
||||
.parse_packet = dv_handle_packet,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user