diff options
author | Martin Storsjö <martin@martin.st> | 2013-01-13 18:40:13 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-01-14 17:51:42 +0200 |
commit | 62761934b024e987f7925787531a4989f1d667af (patch) | |
tree | c212c27bf7dd4e81131829e751181bfe07a15bc7 /libavformat | |
parent | 6dc8505417c9829414b408413a9ff5caea88fec8 (diff) | |
download | ffmpeg-62761934b024e987f7925787531a4989f1d667af.tar.gz |
rtpdec: Remove a woefully misplaced comment
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>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/rtpdec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c index 8e429cc735..97cfed85f8 100644 --- 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) |