Blender V2.61 - r43446
|
#include "AUD_FFMPEGReader.h"
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavformat/avio.h>
#include "ffmpeg_compat.h"
Go to the source code of this file.
Defines | |
#define | __STDC_CONSTANT_MACROS |
Variables | |
static const char * | streaminfo_error = "be found." |
static const char * | noaudio_error = "audio stream." |
static const char * | nodecoder_error = "the audio stream." |
static const char * | codecopen_error = "opened." |
static const char * | format_error = "format." |
static const char * | fileopen_error = "opened." |
static const char * | streamopen_error = "opened." |
Definition in file AUD_FFMPEGReader.cpp.
#define __STDC_CONSTANT_MACROS |
Definition at line 32 of file AUD_FFMPEGReader.cpp.
const char* codecopen_error = "opened." [static] |
Definition at line 100 of file AUD_FFMPEGReader.cpp.
const char* fileopen_error = "opened." [static] |
Definition at line 173 of file AUD_FFMPEGReader.cpp.
const char* format_error = "format." [static] |
Definition at line 102 of file AUD_FFMPEGReader.cpp.
const char* noaudio_error = "audio stream." [static] |
Definition at line 96 of file AUD_FFMPEGReader.cpp.
const char* nodecoder_error = "the audio stream." [static] |
Definition at line 98 of file AUD_FFMPEGReader.cpp.
const char* streaminfo_error = "be found." [static] |
Definition at line 94 of file AUD_FFMPEGReader.cpp.
const char* streamopen_error = "opened." [static] |
Definition at line 197 of file AUD_FFMPEGReader.cpp.