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:
c0ntrol
2019-01-05 23:56:14 +01:00
parent 9a97fe681f
commit 192761b9c6
16 changed files with 623 additions and 564 deletions

View File

@@ -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