Skip to content

Commit 358f6dc

Browse files
quariumcmassiot
authored andcommitted
upipe_ts_decaps: decrease verbosity
1 parent 8602e32 commit 358f6dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/upipe-ts/upipe_ts_decaps.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (C) 2012-2015 OpenHeadend S.A.R.L.
3+
* Copyright (C) 2025 EasyTools
34
*
45
* Authors: Christophe Massiot
56
*
@@ -191,7 +192,7 @@ static void upipe_ts_decaps_input(struct upipe *upipe, struct uref *uref,
191192
if (upipe_ts_decaps->last_uref != NULL &&
192193
ubase_check(uref_block_compare(uref, 0,
193194
upipe_ts_decaps->last_uref))) {
194-
upipe_dbg(upipe, "removing duplicate packet");
195+
upipe_verbose(upipe, "removing duplicate packet");
195196
uref_free(uref);
196197
return;
197198
}

0 commit comments

Comments
 (0)