Gerd Knorr wrote: > > > > The > > > discussion always states that the format of the capture should > > > be maintained with every open. But what about the other > > > parameters available? > > > > Most of them need to be per-open too. Looks like I should go throuth > > the API and write it down... > > Very first draft available at: > http://www.strusel007.de/linux/bttv/multiple-opens.html > > Comments welcome. > > Gerd I like it. Just add a little clause for backwards compatibility: The driver will store the results of the last successfult S_FMT globally, and apply this when an open does not do an S_FMT prior to STREAMON. This will fix things like "vctrl; vcat", which rely on two separate opens, but mean the same thing. -justin