summaryrefslogtreecommitdiff
path: root/libavcodec/tiff_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/tiff_common.h')
-rw-r--r--libavcodec/tiff_common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavcodec/tiff_common.h b/libavcodec/tiff_common.h
index 2a2cb3f8e6..01a7b0891b 100644
--- a/libavcodec/tiff_common.h
+++ b/libavcodec/tiff_common.h
@@ -123,6 +123,12 @@ int ff_tadd_doubles_metadata(int count, const char *name, const char *sep,
int ff_tadd_shorts_metadata(int count, const char *name, const char *sep,
GetByteContext *gb, int le, AVDictionary **metadata);
+/** Adds count bytes converted to a string
+ * into the metadata dictionary.
+ */
+int ff_tadd_bytes_metadata(int count, const char *name, const char *sep,
+ GetByteContext *gb, int le, AVDictionary **metadata);
+
/** Adds a string of count characters
* into the metadata dictionary.
*/