Blender V2.61 - r43446
Defines | Variables

AUD_FFMPEGWriter.cpp File Reference

#include "AUD_FFMPEGWriter.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 * context_error = "AUD_FFMPEGWriter: Couldn't allocate context."
static const char * codec_error = "AUD_FFMPEGWriter: Invalid codec or codec not found."
static const char * stream_error = "AUD_FFMPEGWriter: Couldn't allocate stream."
static const char * format_error = "AUD_FFMPEGWriter: Unsupported sample format."
static const char * file_error = "AUD_FFMPEGWriter: File couldn't be written."
static const char * write_error = "AUD_FFMPEGWriter: Error writing packet."

Detailed Description

Definition in file AUD_FFMPEGWriter.cpp.


Define Documentation

#define __STDC_CONSTANT_MACROS

Definition at line 32 of file AUD_FFMPEGWriter.cpp.


Variable Documentation

const char* codec_error = "AUD_FFMPEGWriter: Invalid codec or codec not found." [static]

Definition at line 45 of file AUD_FFMPEGWriter.cpp.

Referenced by AUD_FFMPEGWriter::AUD_FFMPEGWriter().

const char* context_error = "AUD_FFMPEGWriter: Couldn't allocate context." [static]

Definition at line 44 of file AUD_FFMPEGWriter.cpp.

Referenced by AUD_FFMPEGWriter::AUD_FFMPEGWriter().

const char* file_error = "AUD_FFMPEGWriter: File couldn't be written." [static]

Definition at line 48 of file AUD_FFMPEGWriter.cpp.

Referenced by AUD_FFMPEGWriter::AUD_FFMPEGWriter().

const char* format_error = "AUD_FFMPEGWriter: Unsupported sample format." [static]

Definition at line 47 of file AUD_FFMPEGWriter.cpp.

Referenced by AUD_FFMPEGWriter::AUD_FFMPEGWriter().

const char* stream_error = "AUD_FFMPEGWriter: Couldn't allocate stream." [static]

Definition at line 46 of file AUD_FFMPEGWriter.cpp.

Referenced by AUD_FFMPEGWriter::AUD_FFMPEGWriter().

const char* write_error = "AUD_FFMPEGWriter: Error writing packet." [static]

Definition at line 49 of file AUD_FFMPEGWriter.cpp.