Skip to content
Snippets Groups Projects
Commit 7c8beb2f authored by Romain Vimont's avatar Romain Vimont Committed by Romain Vimont
Browse files

vout: remove Thread and ThreadDisplay prefixes

Some static functions were named with prefixes. For unknown reasons,
there were two different prefixes (Thread and ThreadDisplay).

Their usage is confusing, because these functions could be called either
from Thread() (the vout thread) or from another thread. For example,
vout_NextPicture() is called from the decoder thread, and it calls
ThreadDisplayPicture(), which itself calls many of the other prefixed
functions.

To avoid confusion (and for simplicity), remove these prefixes.
parent 9b77a171
No related branches found
No related tags found
1 merge request!263vout: remove Thread and ThreadDisplay prefixes
Pipeline #107550 passed with stage
in 13 minutes and 25 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment