diff avcodec.h @ 6456:ff4fa36b555e libavcodec

define BI frame type along with other frame types
author aurel
date Wed, 05 Mar 2008 15:19:26 +0000
parents e82ca9167c1f
children f88fc47e8e46
line wrap: on
line diff
--- a/avcodec.h	Wed Mar 05 15:15:07 2008 +0000
+++ b/avcodec.h	Wed Mar 05 15:19:26 2008 +0000
@@ -757,6 +757,7 @@
 #define FF_S_TYPE  4 // S(GMC)-VOP MPEG4
 #define FF_SI_TYPE 5
 #define FF_SP_TYPE 6
+#define FF_BI_TYPE 7
 
 #define FF_BUFFER_HINTS_VALID    0x01 // Buffer hints value is meaningful (if 0 ignore).
 #define FF_BUFFER_HINTS_READABLE 0x02 // Codec will read from buffer.