Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-02-25 00:03:14 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-02-25 00:03:19 +0300
commit30c863fdfabed6e48575dda73f5418b593d3c03b (patch)
tree58a93807956ede1241040dbd716ce7b6d688f9d3 /libavformat/rtpdec_qcelp.c
parent8c1c06937156fb8dba1f1266b985f8671c29f4e2 (diff)
parent3cd5828fc0007e6d056067444de053a34ddedd02 (diff)
Merge commit '3cd5828fc0007e6d056067444de053a34ddedd02'
* commit '3cd5828fc0007e6d056067444de053a34ddedd02': rtpdec: Add missing trailing commas Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtpdec_qcelp.c')
-rw-r--r--libavformat/rtpdec_qcelp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpdec_qcelp.c b/libavformat/rtpdec_qcelp.c
index f2893499d5..7f5769f194 100644
--- a/libavformat/rtpdec_qcelp.c
+++ b/libavformat/rtpdec_qcelp.c
@@ -226,5 +226,5 @@ RTPDynamicProtocolHandler ff_qcelp_dynamic_handler = {
.static_payload_id = 12,
.alloc = qcelp_new_context,
.free = qcelp_free_context,
- .parse_packet = qcelp_parse_packet
+ .parse_packet = qcelp_parse_packet,
};