mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-14 03:39:58 +01:00
fix #178, added new stream type 'avformat', added new VIMS 239, fix sample sequencer playback, set sample resume position during chain mixing to allow smooth transitions, remove obsolete functions, remove unneeded allocations, minor improvements to console log messages, fix sample sequencer recorder, fix looping in sample sequence recorder, fix playback of streams in sequencer
This commit is contained in:
@@ -1176,7 +1176,7 @@ v4l2_rw_fallback:
|
||||
|
||||
}
|
||||
|
||||
//FIXME this is here since libstream and libsample should be refactored (for now)
|
||||
//TODO this is here since libstream and libsample should be refactored (for now)
|
||||
if( v->format.fmt.pix.pixelformat == V4L2_PIX_FMT_RGB32 ||
|
||||
v->format.fmt.pix.pixelformat == V4L2_PIX_FMT_BGR32 ) {
|
||||
// this allows us to convert to yuva regardless
|
||||
|
||||
Reference in New Issue
Block a user