Panda3D
Functions | Variables
config_ffmpeg.h File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "pandabase.h"
#include "notifyCategoryProxy.h"
#include "configVariableEnum.h"
#include "configVariableInt.h"
#include "configVariableBool.h"
#include "threadPriority.h"
#include "dconfig.h"

Go to the source code of this file.

Functions

 ConfigureDecl (config_ffmpeg, EXPCL_FFMPEG, EXPTP_FFMPEG)
 
EXPCL_FFMPEG void init_libffmpeg ()
 Initializes the library. More...
 
 NotifyCategoryDecl (ffmpeg, EXPCL_FFMPEG, EXPTP_FFMPEG)
 

Variables

ConfigVariableBool ffmpeg_global_lock
 
ConfigVariableInt ffmpeg_max_readahead_frames
 
ConfigVariableBool ffmpeg_prefer_libvpx
 
ConfigVariableInt ffmpeg_read_buffer_size
 
ConfigVariableBool ffmpeg_show_seek_frames
 
ConfigVariableBool ffmpeg_support_seek
 
ConfigVariableEnum< ThreadPriority > ffmpeg_thread_priority
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
rdb
Date
2013-08-23

Definition in file config_ffmpeg.h.

Function Documentation

◆ init_libffmpeg()

EXPCL_FFMPEG void init_libffmpeg ( )

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 115 of file config_ffmpeg.cxx.

References MovieTypeRegistry::get_global_ptr(), MovieTypeRegistry::register_audio_type(), FfmpegVirtualFile::register_protocol(), MovieTypeRegistry::register_video_type(), FfmpegVideo::register_with_read_factory(), and FfmpegVideoCursor::register_with_read_factory().