* making it possible to specify recording date and time in a stream

Originally committed as revision 2971 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Roman Shaposhnik
2004-04-06 06:31:12 +00:00
parent 8c266f0cb7
commit 4568325a18
4 changed files with 13 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
#include <sys/poll.h>
#include <errno.h>
#include <sys/time.h>
#undef time //needed because HAVE_AV_CONFIG_H is defined on top
#include <time.h>
#include <sys/types.h>
#include <sys/socket.h>