Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
819174fa
Commit
819174fa
authored
May 25, 2009
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove \p and \e doxygen markup.
Originally committed as revision 18947 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
57f8df05
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
avformat.h
libavformat/avformat.h
+7
-7
No files found.
libavformat/avformat.h
View file @
819174fa
...
...
@@ -190,7 +190,7 @@ typedef struct AVOutputFormat {
const
char
*
name
;
/**
* Descriptive name for the format, meant to be more human-readable
* than
\p name. You \e
should use the NULL_IF_CONFIG_SMALL() macro
* than
name. You
should use the NULL_IF_CONFIG_SMALL() macro
* to define it.
*/
const
char
*
long_name
;
...
...
@@ -229,7 +229,7 @@ typedef struct AVInputFormat {
const
char
*
name
;
/**
* Descriptive name for the format, meant to be more human-readable
* than
\p name. You \e
should use the NULL_IF_CONFIG_SMALL() macro
* than
name. You
should use the NULL_IF_CONFIG_SMALL() macro
* to define it.
*/
const
char
*
long_name
;
...
...
@@ -1114,7 +1114,7 @@ attribute_deprecated int parse_frame_rate(int *frame_rate, int *frame_rate_base,
#endif
/**
* Parses
\p
datestr and returns a corresponding number of microseconds.
* Parses datestr and returns a corresponding number of microseconds.
* @param datestr String representing a date or a duration.
* - If a date the syntax is:
* @code
...
...
@@ -1125,7 +1125,7 @@ attribute_deprecated int parse_frame_rate(int *frame_rate, int *frame_rate_base,
* If the year-month-day part is not specified it takes the current
* year-month-day.
* Returns the number of microseconds since 1st of January, 1970 up to
* the time of the parsed date or INT64_MIN if
\p
datestr cannot be
* the time of the parsed date or INT64_MIN if datestr cannot be
* successfully parsed.
* - If a duration the syntax is:
* @code
...
...
@@ -1133,10 +1133,10 @@ attribute_deprecated int parse_frame_rate(int *frame_rate, int *frame_rate_base,
* [-]S+[.m...]
* @endcode
* Returns the number of microseconds contained in a time interval
* with the specified duration or INT64_MIN if
\p
datestr cannot be
* with the specified duration or INT64_MIN if datestr cannot be
* successfully parsed.
* @param duration Flag which tells how to interpret
\p
datestr, if
* not zero
\p
datestr is interpreted as a duration, otherwise as a
* @param duration Flag which tells how to interpret datestr, if
* not zero datestr is interpreted as a duration, otherwise as a
* date.
*/
int64_t
parse_date
(
const
char
*
datestr
,
int
duration
);
...
...
Write
Preview
Markdown
is supported
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