[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avformat.h,1.125,1.126
Michael Niedermayer CVS
michael
Thu Jul 14 23:39:38 CEST 2005
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg ffplay.c,1.45,1.46
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h, 1.406, 1.407 h261.c, 1.26, 1.27 h263dec.c, 1.168, 1.169 h264.c, 1.143, 1.144 mpeg12.c, 1.240, 1.241 mpegvideo.c, 1.485, 1.486 svq1.c, 1.56, 1.57 svq3.c, 1.27, 1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv30409/libavformat
Modified Files:
avformat.h
Log Message:
skip_idct
skip_frame
skip_loop_filter
Index: avformat.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/avformat.h,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- avformat.h 27 Jun 2005 00:04:03 -0000 1.125
+++ avformat.h 14 Jul 2005 21:39:36 -0000 1.126
@@ -213,15 +213,6 @@
int min_distance; /* min distance between this and the previous keyframe, used to avoid unneeded searching */
} AVIndexEntry;
-enum AVDiscard{
-//we leave some space between them for extensions (drop some keyframes for intra only or drop just some bidir frames)
- AVDISCARD_NONE =-16, ///< discard nothing
- AVDISCARD_DEFAULT= 0, ///< discard useless packets like 0 size packets in avi
- AVDISCARD_BIDIR = 16, ///< discard all bidirectional frames
- AVDISCARD_NONKEY = 32, ///< discard all frames except keyframes
- AVDISCARD_ALL = 48, ///< discard all
-};
-
typedef struct AVStream {
int index; /* stream index in AVFormatContext */
int id; /* format specific stream id */
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg ffplay.c,1.45,1.46
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/libavcodec avcodec.h, 1.406, 1.407 h261.c, 1.26, 1.27 h263dec.c, 1.168, 1.169 h264.c, 1.143, 1.144 mpeg12.c, 1.240, 1.241 mpegvideo.c, 1.485, 1.486 svq1.c, 1.56, 1.57 svq3.c, 1.27, 1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list