mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 22:30:06 +01:00
refurbished encoders, added vims events for recording and parameter binding, some cleanup and bugfixes.
git-svn-id: svn://code.dyne.org/veejay/trunk@586 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -123,7 +123,7 @@ int sample_edl_paste_from_buffer( void *current_sample, uint64_t insert_at );
|
||||
|
||||
int sample_edl_cut_to_buffer( void *current_sample, uint64_t start_pos, uint64_t end_pos );
|
||||
|
||||
int sample_configure_recorder( void *sample, int format, const char *filename, char *timecode, sample_video_info_t *ps );
|
||||
int sample_configure_recorder( void *sample, int format, const char *filename, int nframes, sample_video_info_t *ps );
|
||||
|
||||
int sample_start_recorder( void *sample, sample_video_info_t *ps );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user