X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fflac_picture.h;h=61fd0c88065204010dfcc2c11147cca67d438fe6;hb=e83717e63eab1f1b78dc0990e5b8e927097fca29;hp=4374b6f4f6088b2097aaf4745023ef51aa3e12ef;hpb=185aa5e896e15ae96145609944bfc6bbb239bc64;p=ffmpeg diff --git a/libavformat/flac_picture.h b/libavformat/flac_picture.h index 4374b6f4f60..61fd0c88065 100644 --- a/libavformat/flac_picture.h +++ b/libavformat/flac_picture.h @@ -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 */