Signed-off-by: Stephan Holljes <[email protected]>
---
publisher.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/publisher.c b/publisher.c
index 9374c41..56d1e24 100644
--- a/publisher.c
+++ b/publisher.c
@@ -271,7 +271,7 @@ void publish(struct PublisherContext *pub)
for (i = 0; i < MAX_CLIENTS; i++) {
switch(pub->clients[i].state) {
case BUFFER_FULL:
- av_log(pub, AV_LOG_WARNING, "Dropping segment for client
%d, buffer full.\n", i);
+ av_log(NULL, AV_LOG_WARNING, "Dropping segment for client
%d, buffer full.\n", i);
continue;
case WAIT:
case WRITABLE:
--
2.16.2
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel