summaryrefslogtreecommitdiff
path: root/libavutil/timestamp.h
Commit message (Collapse)AuthorAge
* lavu/timestamp: Avoid C++-unfriendly code in user headerMark Thompson2016-09-01
| | | | | | Including this header in a C++11 program (inside extern "C") will throw an error because it looks like a user-defined literal. Add a space between the two tokens to avoid the problem.
* avutil/timestamp: Warn about missing __STDC_FORMAT_MACROS for C++ useMichael Niedermayer2014-03-13
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/timestamp: remove ""Michael Niedermayer2013-06-13
| | | | | | This may fix an error with C++ Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu/timestamp: remove duplicate definition of AV_TS_MAX_STRING_SIZEStefano Sabatini2012-06-10
|
* lavu: add timestamp.h header with convenience timestamp utilitiesStefano Sabatini2012-02-09