|
|
@ -117,7 +117,7 @@ typedef struct { |
|
|
|
}AVMetadataTag; |
|
|
|
}AVMetadataTag; |
|
|
|
|
|
|
|
|
|
|
|
typedef struct AVMetadata AVMetadata; |
|
|
|
typedef struct AVMetadata AVMetadata; |
|
|
|
#if FF_API_OLD_METADATA |
|
|
|
#if FF_API_OLD_METADATA2 |
|
|
|
typedef struct AVMetadataConv AVMetadataConv; |
|
|
|
typedef struct AVMetadataConv AVMetadataConv; |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
@ -158,7 +158,7 @@ attribute_deprecated int av_metadata_set(AVMetadata **pm, const char *key, const |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
int av_metadata_set2(AVMetadata **pm, const char *key, const char *value, int flags); |
|
|
|
int av_metadata_set2(AVMetadata **pm, const char *key, const char *value, int flags); |
|
|
|
|
|
|
|
|
|
|
|
#if FF_API_OLD_METADATA |
|
|
|
#if FF_API_OLD_METADATA2 |
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* This function is provided for compatibility reason and currently does nothing. |
|
|
|
* This function is provided for compatibility reason and currently does nothing. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|