projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
57070b1
)
lavf: do not use int to store an int64
author
Anton Khirnov
<anton@khirnov.net>
Thu, 31 Oct 2013 21:40:33 +0000
(22:40 +0100)
committer
Anton Khirnov
<anton@khirnov.net>
Fri, 1 Nov 2013 20:01:32 +0000
(21:01 +0100)
libavformat/utils.c
patch
|
blob
|
history
diff --git
a/libavformat/utils.c
b/libavformat/utils.c
index
987d682
..
bec70a9
100644
(file)
--- a/
libavformat/utils.c
+++ b/
libavformat/utils.c
@@
-77,7
+77,7
@@
const char *avformat_license(void)
static int append_packet_chunked(AVIOContext *s, AVPacket *pkt, int size)
{
int64_t chunk_size = size;
static int append_packet_chunked(AVIOContext *s, AVPacket *pkt, int size)
{
int64_t chunk_size = size;
- int
orig_pos
= pkt->pos; // av_grow_packet might reset pos
+ int
64_t orig_pos
= pkt->pos; // av_grow_packet might reset pos
int orig_size = pkt->size;
int ret = 0;
int orig_size = pkt->size;
int ret = 0;