[Ffmpeg-cvslog] CVS: ffmpeg/libavformat avformat.h,1.125,1.126

Michael Niedermayer CVS michael
Thu Jul 14 23:39:38 CEST 2005


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 */





More information about the ffmpeg-cvslog mailing list