comparison 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
comparison
equal deleted inserted replaced
6455:6efe6fb35b1a 6456:ff4fa36b555e
755 #define FF_P_TYPE 2 // Predicted 755 #define FF_P_TYPE 2 // Predicted
756 #define FF_B_TYPE 3 // Bi-dir predicted 756 #define FF_B_TYPE 3 // Bi-dir predicted
757 #define FF_S_TYPE 4 // S(GMC)-VOP MPEG4 757 #define FF_S_TYPE 4 // S(GMC)-VOP MPEG4
758 #define FF_SI_TYPE 5 758 #define FF_SI_TYPE 5
759 #define FF_SP_TYPE 6 759 #define FF_SP_TYPE 6
760 #define FF_BI_TYPE 7
760 761
761 #define FF_BUFFER_HINTS_VALID 0x01 // Buffer hints value is meaningful (if 0 ignore). 762 #define FF_BUFFER_HINTS_VALID 0x01 // Buffer hints value is meaningful (if 0 ignore).
762 #define FF_BUFFER_HINTS_READABLE 0x02 // Codec will read from buffer. 763 #define FF_BUFFER_HINTS_READABLE 0x02 // Codec will read from buffer.
763 #define FF_BUFFER_HINTS_PRESERVE 0x04 // User must not alter buffer content. 764 #define FF_BUFFER_HINTS_PRESERVE 0x04 // User must not alter buffer content.
764 #define FF_BUFFER_HINTS_REUSABLE 0x08 // Codec will reuse the buffer (update). 765 #define FF_BUFFER_HINTS_REUSABLE 0x08 // Codec will reuse the buffer (update).