Control socket: per frame reports for producent

This commit is contained in:
Martin Pulec
2015-05-15 10:29:41 +02:00
parent 3a34edbe4c
commit f1094d119b
4 changed files with 40 additions and 1 deletions

View File

@@ -1071,3 +1071,10 @@ void tx_send_h264(struct tx *tx, struct video_frame *frame,
frame->color_spec, frame->fps, frame->interlacing, 0,
0);
}
int tx_get_buffer_id(struct tx *tx)
{
return tx->buffer;
}