Skip to content

Commit

Permalink
text.c: remove resolved todo
Browse files Browse the repository at this point in the history
  • Loading branch information
xsebela2 authored and mpiatka committed May 29, 2024
1 parent e20cdc8 commit 183d9a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/vo_postprocess/text.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,11 +304,6 @@ static struct video_frame * text_getf(void *state)
return s->in;
}

/**
* @todo
* Rendering of the text is a bit slow. Since the text doesn't change at all, it should be
* prerendered and then only alpha blended.
*/
static bool text_postprocess(void *state, struct video_frame *in, struct video_frame *out, int req_pitch)
{
MagickBooleanType status;
Expand Down

0 comments on commit 183d9a2

Please sign in to comment.