rtpdec: Remove a woefully misplaced comment
authorMartin Storsjö <martin@martin.st>
Sun, 13 Jan 2013 16:40:13 +0000 (18:40 +0200)
committerMartin 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

index 8e429cc..97cfed8 100644 (file)
@@ -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)