Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
c81a2b9b
Commit
c81a2b9b
authored
Jul 03, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doxygen: Escape '\' in Doxygen documentation.
parent
82494cad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
internal.h
libavformat/internal.h
+2
-2
No files found.
libavformat/internal.h
View file @
c81a2b9b
...
@@ -157,14 +157,14 @@ void ff_put_v(AVIOContext *bc, uint64_t val);
...
@@ -157,14 +157,14 @@ void ff_put_v(AVIOContext *bc, uint64_t val);
/**
/**
* Read a whole line of text from AVIOContext. Stop reading after reaching
* Read a whole line of text from AVIOContext. Stop reading after reaching
* either a \
n, a \0 or EOF. The returned string is always \0
terminated,
* either a \
\n, a \\0 or EOF. The returned string is always \\0-
terminated,
* and may be truncated if the buffer is too small.
* and may be truncated if the buffer is too small.
*
*
* @param s the read-only AVIOContext
* @param s the read-only AVIOContext
* @param buf buffer to store the read line
* @param buf buffer to store the read line
* @param maxlen size of the buffer
* @param maxlen size of the buffer
* @return the length of the string written in the buffer, not including the
* @return the length of the string written in the buffer, not including the
* final \0
* final \
\
0
*/
*/
int
ff_get_line
(
AVIOContext
*
s
,
char
*
buf
,
int
maxlen
);
int
ff_get_line
(
AVIOContext
*
s
,
char
*
buf
,
int
maxlen
);
...
...
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