Skip to content
Snippets Groups Projects
Commit 504daaaf authored by Steve Lhomme's avatar Steve Lhomme
Browse files

vlc_tick: cast VLC_TICK constants to vlc_tick_t

vlc_tick_t is a int64_t but INT64_C() gives int_least64_t constants.
Since we don't want our API's to have potentially changing sizes, we
use int64_t for all of them.
parent 92a1497d
No related branches found
No related tags found
Loading
Pipeline #510920 passed with stage
in 16 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