diff options
author | Roman Shaposhnik <roman@shaposhnik.org> | 2004-04-06 06:31:12 +0000 |
---|---|---|
committer | Roman Shaposhnik <roman@shaposhnik.org> | 2004-04-06 06:31:12 +0000 |
commit | 4568325a1810ea5d829230dc5e9ef0e56c51632f (patch) | |
tree | 7285032dd6413a353e2832e33af8598a50ab60bc /libavformat/avformat.h | |
parent | 8c266f0cb76b5f293f257227ba66f68c0914257d (diff) | |
download | ffmpeg-4568325a1810ea5d829230dc5e9ef0e56c51632f.tar.gz |
* making it possible to specify recording date and time in a stream
Originally committed as revision 2971 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 7b64e0bbd8..d1db5f3a55 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -251,6 +251,7 @@ typedef struct AVFormatContext { 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]; |