mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 00:30:20 +00:00
media: Add experimental support for RTCP feedback.
This change adds experimental support for providing RTCP feedback information to codec modules so they can dynamically change themselves based on conditions. ASTERISK-26584 Change-Id: Ifd6aa77fb4a7ff546c6025900fc2baf332c31857
This commit is contained in:
@@ -370,6 +370,9 @@ static void print_frame(struct ast_frame *frame)
|
||||
}
|
||||
ast_verbose("Bytes: %d\n", frame->datalen);
|
||||
break;
|
||||
case AST_FRAME_RTCP:
|
||||
ast_verbose("FrameType: RTCP\n");
|
||||
break;
|
||||
case AST_FRAME_NULL:
|
||||
ast_verbose("FrameType: NULL\n");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user