AvTranscoder  0.9.4
C++APIforLibav/FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
util.cpp File Reference
#include "util.hpp"
#include <libavutil/avutil.h>
#include <sstream>

Go to the source code of this file.

Namespaces

 avtranscoder
 
 avtranscoder::detail
 

Functions

template<>
void avtranscoder::detail::add (PropertyVector &propertyVector, const std::string &key, const size_t &value)
 
template<>
void avtranscoder::detail::add (PropertyVector &propertyVector, const std::string &key, const float &value)
 
template<>
void avtranscoder::detail::add (PropertyVector &propertyVector, const std::string &key, const std::string &value)
 
template<>
void avtranscoder::detail::add (PropertyVector &propertyVector, const std::string &key, const bool &value)
 
template<>
void avtranscoder::detail::add (PropertyVector &propertyVector, const std::string &key, const Rational &value)
 
void avtranscoder::detail::fillMetadataDictionnary (AVDictionary *avdictionnary, PropertyVector &metadata)
 Fill metadata parameter with the given AVDictionary. More...