diff libmpcodecs/mp_image.h @ 31953:2b390c08ed07

Improve correct-pts with PAFF streams. Patch by P«”sztor Szil«”rd, bartosteka freemail hu
author cehoyos
date Mon, 30 Aug 2010 23:24:56 +0000
parents b35751576d17
children 7af3e6f901fd
line wrap: on
line diff
--- a/libmpcodecs/mp_image.h	Mon Aug 30 16:48:52 2010 +0000
+++ b/libmpcodecs/mp_image.h	Mon Aug 30 23:24:56 2010 +0000
@@ -86,6 +86,10 @@
 #define MP_IMGTYPE_IPB 4
 // Upper 16 bits give desired buffer number, -1 means get next available
 #define MP_IMGTYPE_NUMBERED 5
+// Doesn't need any buffer, incomplete image (probably a first field only)
+// we need this type to be able to differentiate between half frames and
+// all other cases
+#define MP_IMGTYPE_INCOMPLETE 6
 
 #define MP_MAX_PLANES	4