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
URLProtocol: Add a flags field
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit
f3bea9915f
)
tags/n0.8
Martin Storsjö
Michael Niedermayer
15 years ago
parent
49e617f956
commit
0ea285dd22
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavformat/avio.h
+ 1
- 0
libavformat/avio.h
View File
@@ -295,6 +295,7 @@ typedef struct URLProtocol {
int (*url_get_file_handle)(URLContext *h);
int priv_data_size;
const AVClass *priv_data_class;
int flags;
} URLProtocol;
#if FF_API_REGISTER_PROTOCOL
Write
Preview
Loading…
Cancel
Save