summarylogtreecommitdiffstats
path: root/dmabuf-capture.patch
blob: c44783c67d7be01c7670ae4a4cedae7daf10a6a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- subprojects/wlroots/examples/dmabuf-capture.c	2023-04-29 16:14:00.477001077 -0600
+++ dmabuf-capture-patch.c	2023-04-29 16:26:44.997035487 -0600
@@ -521,7 +521,7 @@
 		};

 		av_log(ctx, AV_LOG_INFO, "Encoded frame %i (%i in queue)\n",
-				ctx->avctx->frame_number, get_fifo_size(&ctx->vid_frames));
+				(int)ctx->avctx->frame_num, get_fifo_size(&ctx->vid_frames));

 	} while (!ctx->err);