Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
28ebb95d
Commit
28ebb95d
authored
Jan 09, 2017
by
Vittorio Giovara
Committed by
Henrik Gramner
Jan 21, 2017
Browse files
Move the x264_mdate() declaration to the appropriate header
parent
1d242098
Changes
2
Hide whitespace changes
Inline
Side-by-side
common/common.h
View file @
28ebb95d
...
...
@@ -257,9 +257,6 @@ void x264_free( void * );
/* x264_slurp_file: malloc space for the whole file and read it */
char
*
x264_slurp_file
(
const
char
*
filename
);
/* mdate: return the current date in microsecond */
int64_t
x264_mdate
(
void
);
/* x264_param2string: return a (malloced) string containing most of
* the encoding options */
char
*
x264_param2string
(
x264_param_t
*
p
,
int
b_res
);
...
...
common/osdep.h
View file @
28ebb95d
...
...
@@ -92,6 +92,9 @@ int x264_stat( const char *path, x264_struct_stat *buf );
#define x264_stat stat
#endif
/* mdate: return the current date in microsecond */
int64_t
x264_mdate
(
void
);
#if defined(_WIN32) && !HAVE_WINRT
int
x264_vfprintf
(
FILE
*
stream
,
const
char
*
format
,
va_list
arg
);
int
x264_is_pipe
(
const
char
*
path
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment