Mercurial > mplayer.hg
diff libmpcodecs/vf.h @ 13593:e2dca00374f2
add new control message, that is send after end of stream, to flush all remaining frames in the video system
required by xvid4 encoder.
| author | iive |
|---|---|
| date | Sat, 09 Oct 2004 13:07:18 +0000 |
| parents | 6f1b4c989914 |
| children | 9e81af56f554 |
line wrap: on
line diff
--- a/libmpcodecs/vf.h Sat Oct 09 08:11:16 2004 +0000 +++ b/libmpcodecs/vf.h Sat Oct 09 13:07:18 2004 +0000 @@ -66,6 +66,7 @@ #define VFCTRL_FLIP_PAGE 10 /* Tell the vo to flip pages */ #define VFCTRL_DUPLICATE_FRAME 11 /* For encoding - encode zero-change frame */ #define VFCTRL_SKIP_NEXT_FRAME 12 /* For encoding - drop the next frame that passes thru */ +#define VFCTRL_FLUSH_FRAMES 13 /* For encoding - flush delayed frames */ #include "vfcap.h"
