diff avformat.h @ 420:e440fb884442 libavformat

* making it possible to specify recording date and time in a stream
author romansh
date Tue, 06 Apr 2004 06:31:12 +0000
parents 9479dac25620
children 50bae308f71e
line wrap: on
line diff
--- a/avformat.h	Mon Apr 05 22:00:59 2004 +0000
+++ b/avformat.h	Tue Apr 06 06:31:12 2004 +0000
@@ -251,6 +251,7 @@
     AVStream *streams[MAX_STREAMS];
     char filename[1024]; /* input or output filename */
     /* stream info */
+    int64_t timestamp;
     char title[512];
     char author[512];
     char copyright[512];