Mercurial > libavformat.hg
diff avformat.h @ 816:6f41cd797a3d libavformat
skip_idct
skip_frame
skip_loop_filter
| author | michael |
|---|---|
| date | Thu, 14 Jul 2005 21:39:36 +0000 |
| parents | f5a231a9a2f1 |
| children | b1d7ee1c792d |
line wrap: on
line diff
--- a/avformat.h Wed Jul 13 10:18:35 2005 +0000 +++ b/avformat.h Thu Jul 14 21:39:36 2005 +0000 @@ -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 */
