]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/flac_picture.h
avformat/dashenc: Remove deprecated min_seg_duration option
[ffmpeg] / libavformat / flac_picture.h
index 4374b6f4f6088b2097aaf4745023ef51aa3e12ef..61fd0c88065204010dfcc2c11147cca67d438fe6 100644 (file)
@@ -26,6 +26,6 @@
 
 #define RETURN_ERROR(code) do { ret = (code); goto fail; } while (0)
 
-int ff_flac_parse_picture(AVFormatContext *s, uint8_t *buf, int buf_size);
+int ff_flac_parse_picture(AVFormatContext *s, uint8_t *buf, int buf_size, int truncate_workaround);
 
 #endif /* AVFORMAT_FLAC_PICTURE_H */