Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
e8b7c70f
Commit
e8b7c70f
authored
Nov 15, 2007
by
Panagiotis Issaris
Browse files
Fix Doxygen parameter name
Originally committed as revision 11032 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
abfe87d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libavformat/avio.h
libavformat/avio.h
+1
-1
No files found.
libavformat/avio.h
View file @
e8b7c70f
...
...
@@ -255,7 +255,7 @@ int url_open_dyn_packet_buf(ByteIOContext *s, int max_packet_size);
* Return the written size and a pointer to the buffer. The buffer
* must be freed with av_free().
* @param s IO context
* @param pointer to a byte buffer
* @param
pbuffer
pointer to a byte buffer
* @return the length of the byte buffer
*/
int
url_close_dyn_buf
(
ByteIOContext
*
s
,
uint8_t
**
pbuffer
);
...
...
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