We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e787f commit aad523dCopy full SHA for aad523d
1 file changed
vdostream/app/vdoencodeclient.c
@@ -76,9 +76,6 @@ static void handle_sigint(int signum) {
76
77
// Determine and log the received frame type
78
static void print_frame(VdoFrame* frame) {
79
- if (!vdo_frame_get_is_last_buffer(frame))
80
- return;
81
-
82
gchar* frame_type;
83
switch (vdo_frame_get_frame_type(frame)) {
84
case VDO_FRAME_TYPE_H264_IDR:
0 commit comments