Benoit PAPILLAULT wrote: > I'm currently trying to increase the frame rate (using 2 buffers is not > enought, I'm trying to use at least 3 buffers now). The code will be > more general (meaning that I'm removing hardcoded values :-)).
Wouldn't it be easiest to just use one buffer per stream, copy all of each input to buffer, and then decide how you want to mix them together? (Round-robin every 4th frame, etc.)? -- Bill Eldridge Radio Free Asia [EMAIL PROTECTED] _______________________________________________ Video4linux-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/video4linux-list
