Skip to content

Commit 5f47883

Browse files
JDarnleycmassiot
authored andcommitted
upipe_separate_fields: fix typo
1 parent 5dbcefb commit 5f47883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/upipe-modules/upipe_separate_fields.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ static void upipe_separate_fields_input(struct upipe *upipe, struct uref *uref,
173173
bool has_tff_attr = ubase_check(uref_pic_get_tff(uref));
174174

175175
if (has_progressive_attr)
176-
upipe_warn(upipe, "picture marked as progrssive, separating fields anyway");
176+
upipe_warn(upipe, "picture marked as progressive, separating fields anyway");
177177

178178
uref_clock_set_duration(uref, ctx->field_duration);
179179

0 commit comments

Comments
 (0)