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
da2e9781
Commit
da2e9781
authored
Jul 05, 2006
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling typo
Originally committed as revision 5633 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
277e84f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mem.c
libavcodec/mem.c
+1
-1
md5.c
libavutil/md5.c
+1
-1
No files found.
libavcodec/mem.c
View file @
da2e9781
...
...
@@ -122,7 +122,7 @@ void *av_realloc(void *ptr, unsigned int size)
/**
* Free memory which has been allocated with av_malloc(z)() or av_realloc().
* NOTE: ptr = NULL is explicetly allowed
* Note2: it is recomm
a
nded that you use av_freep() instead
* Note2: it is recomm
e
nded that you use av_freep() instead
*/
void
av_free
(
void
*
ptr
)
{
...
...
libavutil/md5.c
View file @
da2e9781
...
...
@@ -12,7 +12,7 @@
* simplified, cleaned and IMO redundant comments removed by michael
*
* if you use gcc, then version 4.1 or later and -fomit-frame-pointer is
* strongly recomm
a
nded
* strongly recomm
e
nded
*/
#include "common.h"
...
...
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