Index: /trunk/ppStats/src/ppStatsCell.c
===================================================================
--- /trunk/ppStats/src/ppStatsCell.c	(revision 19898)
+++ /trunk/ppStats/src/ppStatsCell.c	(revision 19899)
@@ -93,4 +93,8 @@
     if ((view->readout == -1) && (readouts->n > 1)) {
         psWarning("Multiple readouts (%ld) present in cell %s\n", readouts->n, cellName);
+        if (!data->doFirstReadout3D) {
+            psWarning ("Skipping Video Cell for ppStatsCell");
+            return PS_EXIT_SUCCESS;
+        }
     }
 
