Commit 655264cd authored by aurel's avatar aurel

doxyfy frame types comments and add some more comments

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12337 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e4a68eee
...@@ -751,12 +751,12 @@ typedef struct AVPanScan{ ...@@ -751,12 +751,12 @@ typedef struct AVPanScan{
#define FF_BUFFER_TYPE_COPY 8 ///< Just a (modified) copy of some other buffer, don't deallocate anything. #define FF_BUFFER_TYPE_COPY 8 ///< Just a (modified) copy of some other buffer, don't deallocate anything.
#define FF_I_TYPE 1 // Intra #define FF_I_TYPE 1 ///< Intra
#define FF_P_TYPE 2 // Predicted #define FF_P_TYPE 2 ///< Predicted
#define FF_B_TYPE 3 // Bi-dir predicted #define FF_B_TYPE 3 ///< Bi-dir predicted
#define FF_S_TYPE 4 // S(GMC)-VOP MPEG4 #define FF_S_TYPE 4 ///< S(GMC)-VOP MPEG4
#define FF_SI_TYPE 5 #define FF_SI_TYPE 5 ///< Switching Intra
#define FF_SP_TYPE 6 #define FF_SP_TYPE 6 ///< Switching Predicted
#define FF_BI_TYPE 7 #define FF_BI_TYPE 7
#define FF_BUFFER_HINTS_VALID 0x01 // Buffer hints value is meaningful (if 0 ignore). #define FF_BUFFER_HINTS_VALID 0x01 // Buffer hints value is meaningful (if 0 ignore).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment