diff libmpcodecs/pullup.h @ 11628:6fc547235443

simplified frame decision logic and reduced the occurrance of length=1 frames in output. this will make it easier for the caller to do timing or framerate regulation.
author rfelker
date Thu, 11 Dec 2003 07:52:57 +0000
parents 168e540bad66
children b7c269232edd
line wrap: on
line diff
--- a/libmpcodecs/pullup.h	Thu Dec 11 05:07:47 2003 +0000
+++ b/libmpcodecs/pullup.h	Thu Dec 11 07:52:57 2003 +0000
@@ -35,7 +35,7 @@
 	int lock;
 	int length;
 	int parity;
-	struct pullup_buffer **fields;
+	struct pullup_buffer **ifields, *ofields[2];
 	struct pullup_buffer *buffer;
 };