diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-07-25 16:05:25 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-07-25 16:05:25 +0000 |
commit | a11bf0bd61af26f0faa4b5073337a583fe2bbd13 (patch) | |
tree | e9a3434deb5c864e4ba86cbf6ab91db3d2ad3fe6 /libav/ffm.c | |
parent | 2302dd13197f57662f475e337d3ca10118879082 (diff) | |
download | ffmpeg-a11bf0bd61af26f0faa4b5073337a583fe2bbd13.tar.gz |
renamed gettime to av_gettime()
Originally committed as revision 805 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav/ffm.c')
-rw-r--r-- | libav/ffm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libav/ffm.c b/libav/ffm.c index 1d1564a639..c6033c5bfc 100644 --- a/libav/ffm.c +++ b/libav/ffm.c @@ -178,7 +178,7 @@ static int ffm_write_header(AVFormatContext *s) if (ffm_nopts) fst->pts = 0; else - fst->pts = gettime(); + fst->pts = av_gettime(); } /* flush until end of block reached */ |