mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
deprecate ff_realloc_static
Originally committed as revision 8404 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f78da6d64f
commit
0769498a9f
@ -37,7 +37,7 @@
|
|||||||
* @param[in] size The requested size.
|
* @param[in] size The requested size.
|
||||||
* @return Block of memory of requested size.
|
* @return Block of memory of requested size.
|
||||||
*/
|
*/
|
||||||
void *ff_realloc_static(void *ptr, unsigned int size);
|
attribute_deprecated void *ff_realloc_static(void *ptr, unsigned int size);
|
||||||
|
|
||||||
void align_put_bits(PutBitContext *s)
|
void align_put_bits(PutBitContext *s)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user