Skip to content

Commit aad523d

Browse files
johan-hultberg-workjimmy-rubin-workJimmy Rubin
authored
vdoencodeclient: Remove vdo_frame_get_is_last_buffer (#430)
Co-authored-by: Jimmy Rubin <[email protected]> Co-authored-by: Jimmy Rubin <[email protected]>
1 parent 36e787f commit aad523d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vdostream/app/vdoencodeclient.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ static void handle_sigint(int signum) {
7676

7777
// Determine and log the received frame type
7878
static void print_frame(VdoFrame* frame) {
79-
if (!vdo_frame_get_is_last_buffer(frame))
80-
return;
81-
8279
gchar* frame_type;
8380
switch (vdo_frame_get_frame_type(frame)) {
8481
case VDO_FRAME_TYPE_H264_IDR:

0 commit comments

Comments
 (0)