mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
free all allocated metadata structures
Originally committed as revision 16457 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -93,6 +93,11 @@ av_metadata_get(AVMetadata *m, const char *key, const AVMetadataTag *prev, int f
|
||||
*/
|
||||
int av_metadata_set(AVMetadata **m, AVMetadataTag tag);
|
||||
|
||||
/**
|
||||
* Free all the memory allocated for an AVMetadata struct.
|
||||
*/
|
||||
void av_metadata_free(AVMetadata **m);
|
||||
|
||||
|
||||
/* packet functions */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user