| 
    AvTranscoder
    0.9.4
    
   C++APIforLibav/FFmpeg 
   | 
 
#include "common.hpp"#include <libavformat/avformat.h>#include <libavfilter/avfilter.h>#include <libavutil/error.h>Go to the source code of this file.
Namespaces | |
| avtranscoder | |
Macros | |
| #define | AV_ERROR_MAX_STRING_SIZE 64 | 
Functions | |
| void | avtranscoder::preloadCodecsAndFormats () | 
| Register all the codecs and formats which are enabled at configuration time.  More... | |
| std::string | avtranscoder::getDescriptionFromErrorCode (const int code) | 
| Get the string description corresponding to the error code provided by ffmpeg/libav.  More... | |
| #define AV_ERROR_MAX_STRING_SIZE 64 | 
Definition at line 10 of file common.cpp.
Referenced by avtranscoder::getDescriptionFromErrorCode().