mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-23 16:13:29 +08:00
Merge commit '3cd5828fc0007e6d056067444de053a34ddedd02'
* commit '3cd5828fc0007e6d056067444de053a34ddedd02': rtpdec: Add missing trailing commas Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -344,5 +344,5 @@ RTPDynamicProtocolHandler ff_mpeg4_generic_dynamic_handler = {
|
||||
.parse_sdp_a_line = parse_sdp_line,
|
||||
.alloc = new_context,
|
||||
.free = free_context,
|
||||
.parse_packet = aac_parse_packet
|
||||
.parse_packet = aac_parse_packet,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user