[FFmpeg-cvslog] rtpdec: Remove a woefully misplaced comment
Martin Storsjö
git at videolan.org
Tue Jan 15 14:40:38 CET 2013
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sun Jan 13 18:40:13 2013 +0200| [62761934b024e987f7925787531a4989f1d667af] | committer: Martin Storsjö
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 at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=62761934b024e987f7925787531a4989f1d667af
---
libavformat/rtpdec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavformat/rtpdec.c b/libavformat/rtpdec.c
index 8e429cc..97cfed8 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)
More information about the ffmpeg-cvslog
mailing list