]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/exif.h
avcodec/dsddec: use av_malloc_array()
[ffmpeg] / libavcodec / exif.h
index 71fe8292e13c6499cedd1d113b6e41564171de6e..2f509ba1e9c69301ddcaa2efe5e0fd56d669e9af 100644 (file)
@@ -164,7 +164,7 @@ static const struct exif_tag tag_list[] = { // JEITA CP-3451 EXIF specification:
 
 /** Recursively decodes all IFD's and
  *  adds included TAGS into the metadata dictionary. */
-int ff_exif_decode_ifd(AVCodecContext *avctx, GetByteContext *gbytes, int le,
-                       int depth, AVDictionary **metadata);
+int avpriv_exif_decode_ifd(AVCodecContext *avctx, GetByteContext *gbytes, int le,
+                           int depth, AVDictionary **metadata);
 
 #endif /* AVCODEC_EXIF_H */