
Data Structures | |
| struct | filter_sys_t |
| filter_sys_t: chroma method descriptor More... | |
Functions | |
| static int | Create (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| Releases resources. | |
| static block_t * | DoWork (filter_t *, block_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static void Close | ( | vlc_object_t * | p_this | ) | [static] |
Releases resources.
Close the module.
Destroys the X11 window.
Disconnect from the X server.
Close a SDL video output.
It destroys an OpenGL vout display.
Terminate a vout display created by Open.
It destroyes a Direct3D vout display.
Terminate an output method created by Open.
Release the drawable.
Close a libcaca video output.
Close a aa video output method.
Close the filter.
Terminate a splitter module.
This function closes a clone video splitter module.
Common close function.
Releases allocate resources.
Close: Destructor.
| p_this | pointer to this filter object | |
| p_this,: | the filter object |
| static int Create | ( | vlc_object_t * | p_this | ) | [static] |
References es_format_t::audio, block_Release(), filter_NewAudioBuffer(), filter_t::fmt_out, block_t::i_buffer, audio_format_t::i_format, filter_sys_t::i_frame_size, filter_sys_t::i_frames, block_t::i_nb_samples, block_t::i_pts, msg_Warn, filter_sys_t::p_buf, block_t::p_buffer, filter_t::p_sys, filter_sys_t::start_date, swab(), VLC_CODEC_SPDIFB, VLC_CODEC_SPDIFL, vlc_memcpy(), vlc_memset(), and xrealloc().
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.6