Skip to content

Commit 835f194

Browse files
committed
Remove typo
1 parent 0e5f82e commit 835f194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffmpeg/filter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ int filtergraph_write(AVFrame *inf, struct input_ctx *ictx, struct output_ctx *o
385385

386386
if (inf) {
387387
// Apply the custom pts, then reset for the next output
388-
int64_t old_pts = inf->pts;ts;
388+
int64_t old_pts = inf->pts;
389389
inf->pts = filter->custom_pts;
390390
ret = av_buffersrc_write_frame(filter->src_ctx, inf);
391391
inf->pts = old_pts;

0 commit comments

Comments
 (0)