mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
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>
This commit is contained in:
parent
6dc8505417
commit
62761934b0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user