git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8bb5777
)
code claims to use 32bit timestamp, lets make it also use that
author
Michael Niedermayer
<michaelni@gmx.at>
Sat, 7 Apr 2007 22:57:04 +0000
(22:57 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 7 Apr 2007 22:57:04 +0000
(22:57 +0000)
Originally committed as revision 8662 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/bethsoftvid.c
patch
|
blob
|
history
diff --git
a/libavformat/bethsoftvid.c
b/libavformat/bethsoftvid.c
index
7eebcc2
..
df33890
100644
(file)
--- a/
libavformat/bethsoftvid.c
+++ b/
libavformat/bethsoftvid.c
@@
-40,7
+40,7
@@
typedef struct BVID_DemuxContext
/** video presentation time stamp.
* delay = 16 milliseconds * (global_delay + per_frame_delay) */
- int
64_t
video_pts;
+ int video_pts;
int is_finished;