projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dc8505
)
rtpdec: Remove a woefully misplaced comment
author
Martin Storsjö
<martin@martin.st>
Sun, 13 Jan 2013 16:40:13 +0000
(18:40 +0200)
committer
Martin Storsjö
<martin@martin.st>
Mon, 14 Jan 2013 15:51:42 +0000
(17:51 +0200)
The code below the comment does not at all relate to statistics,
and even if moved to the right place, the comment adds little
value.
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtpdec.c
patch
|
blob
|
history
diff --git
a/libavformat/rtpdec.c
b/libavformat/rtpdec.c
index 8e429cc7356b05595eaac50941df865b1d881279..97cfed85f881d9b918e8f7931e228554c90bda11 100644
(file)
--- a/
libavformat/rtpdec.c
+++ b/
libavformat/rtpdec.c
@@
-50,7
+50,6
@@
static RTPDynamicProtocolHandler opus_dynamic_handler = {
.codec_id = AV_CODEC_ID_OPUS,
};
-/* statistics functions */
static RTPDynamicProtocolHandler *rtp_first_dynamic_payload_handler = NULL;
void ff_register_dynamic_payload_handler(RTPDynamicProtocolHandler *handler)