Merge commit '3cd5828fc0007e6d056067444de053a34ddedd02'

* commit '3cd5828fc0007e6d056067444de053a34ddedd02':
  rtpdec: Add missing trailing commas

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2015-02-24 22:03:14 +01:00
7 changed files with 8 additions and 8 deletions

View File

@@ -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,
};