avcpp  2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
Namespaces | Functions
timestamp.cpp File Reference
#include <algorithm>
#include <limits>
#include "timestamp.h"
#include "avutils.h"
Include dependency graph for timestamp.cpp:

Namespaces

 av
 

Functions

Timestamp av::operator+ (const Timestamp &left, const Timestamp &right) noexcept
 
Timestamp av::operator- (const Timestamp &left, const Timestamp &right) noexcept
 
Timestamp av::operator* (const Timestamp &left, const Timestamp &right) noexcept
 
Timestamp av::operator/ (const Timestamp &left, const Timestamp &right) noexcept