> //if (lastFieldType == V4L2_BUF_FLAG_BOTFIELD) { > // lastFieldType = vid_buf[bufNr].flags = V4L2_BUF_FLAG_TOPFIELD; > //} else { > // lastFieldType = vid_buf[bufNr].flags = V4L2_BUF_FLAG_BOTFIELD; > //} Why this is commented? > vid_buf[bufNr].flags = 0x00; *Ahem*. That will kill the flags field filled in before ... Gerd -- You can't please everybody. And usually if you _try_ to please everybody, the end result is one big mess. -- Linus Torvalds, 2002-04-20