Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
ca2a0c93
Commit
ca2a0c93
authored
18 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
deprecate av_mallocz_static()
Originally committed as revision 8388 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
85e7386a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavcodec/avcodec.h
+2
-2
2 additions, 2 deletions
libavcodec/avcodec.h
with
2 additions
and
2 deletions
libavcodec/avcodec.h
+
2
−
2
View file @
ca2a0c93
...
@@ -3001,7 +3001,7 @@ void *av_fast_realloc(void *ptr, unsigned int *size, unsigned int min_size);
...
@@ -3001,7 +3001,7 @@ void *av_fast_realloc(void *ptr, unsigned int *size, unsigned int min_size);
* Frees all static arrays and reset their pointers to 0.
* Frees all static arrays and reset their pointers to 0.
* Call this function to release all statically allocated tables.
* Call this function to release all statically allocated tables.
*/
*/
void
av_free_static
(
void
);
attribute_deprecated
void
av_free_static
(
void
);
/**
/**
* Allocation of static arrays.
* Allocation of static arrays.
...
@@ -3011,7 +3011,7 @@ void av_free_static(void);
...
@@ -3011,7 +3011,7 @@ void av_free_static(void);
* @param[in] size The amount of memory you need in bytes.
* @param[in] size The amount of memory you need in bytes.
* @return Block of memory of the requested size.
* @return Block of memory of the requested size.
*/
*/
void
*
av_mallocz_static
(
unsigned
int
size
);
attribute_deprecated
void
*
av_mallocz_static
(
unsigned
int
size
);
/**
/**
* Copy image 'src' to 'dst'.
* Copy image 'src' to 'dst'.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment