]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/exif.h
avcodec/shorten: remove useless if condition and comment, reindent
[ffmpeg] / libavcodec / exif.h
index 2f509ba1e9c69301ddcaa2efe5e0fd56d669e9af..5f09208b9d7660a7d48ab3185a61b7484ab5c033 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 avpriv_exif_decode_ifd(AVCodecContext *avctx, GetByteContext *gbytes, int le,
+int avpriv_exif_decode_ifd(void *logctx, GetByteContext *gbytes, int le,
                            int depth, AVDictionary **metadata);
 
 #endif /* AVCODEC_EXIF_H */