This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
cache: fix "warning: passing argument 2 of ‘av_tempfile’ from incompatible pointer type"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer
13 years ago
parent
8d756c0d55
commit
e81e0b9991
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/cache.c
+ 1
- 1
libavformat/cache.c
View File
@@ -51,7 +51,7 @@ typedef struct Context {
static int cache_open(URLContext *h, const char *arg, int flags)
{
c
onst c
har *buffername;
char *buffername;
Context *c= h->priv_data;
av_strstart(arg, "cache:", &arg);
Write
Preview
Loading…
Cancel
Save