Home
last modified time | relevance | path

Searched refs:TSBASE (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmpsubdec.c30 #define TSBASE 10000000 macro
63 if (n <= 0 || intval < INT64_MIN / TSBASE || intval > INT64_MAX / TSBASE) in parse_line()
66 intval *= TSBASE; in parse_line()
94 AVRational pts_info = (AVRational){ TSBASE, 1 }; // ts based by default in mpsub_read_header()
114 pts_info = (AVRational){ TSBASE * fps, 1 }; in mpsub_read_header()