You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/internal: Document the freeing behavior of ff_alloc_extradata()
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -580,6 +580,8 @@ static inline int ff_rename(const char *oldpath, const char *newpath, void *logc
|
|||||||
* Allocate extradata with additional AV_INPUT_BUFFER_PADDING_SIZE at end
|
* Allocate extradata with additional AV_INPUT_BUFFER_PADDING_SIZE at end
|
||||||
* which is always set to 0.
|
* which is always set to 0.
|
||||||
*
|
*
|
||||||
|
* Previously allocated extradata in par will be freed.
|
||||||
|
*
|
||||||
* @param size size of extradata
|
* @param size size of extradata
|
||||||
* @return 0 if OK, AVERROR_xxx on error
|
* @return 0 if OK, AVERROR_xxx on error
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user