diff options
author | Juanjo <pulento@users.sourceforge.net> | 2002-05-11 23:42:16 +0000 |
---|---|---|
committer | Juanjo <pulento@users.sourceforge.net> | 2002-05-11 23:42:16 +0000 |
commit | 9cd3766f6e715b15275240490da39090bfee55e6 (patch) | |
tree | 02a66ca2c1490a582531fe1740d9491b183e14a4 /libavcodec/mpegvideo.h | |
parent | a5dc85efb83a891070eb5f7a8f24834539fdf5df (diff) | |
download | ffmpeg-9cd3766f6e715b15275240490da39090bfee55e6.tar.gz |
- pict_type exported to AVCodecContext
- Added real_pict_num to AVCodecContext, it represent the number of the
previous encoded frame, usefull when coding with B frames.
- Warning fix in motion_est.c
Originally committed as revision 484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 1a3c853e26..3b44644def 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -17,12 +17,6 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* Macros for picture code type. */ -#define I_TYPE 1 -#define P_TYPE 2 -#define B_TYPE 3 -#define S_TYPE 4 //S(GMC)-VOP MPEG4 - #define FRAME_SKIPED 100 // return value for header parsers if frame is not coded enum OutputFormat { |