X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fflac_picture.h;h=61fd0c88065204010dfcc2c11147cca67d438fe6;hb=2a19232c1996fee52a3f4201fa379001627dcc89;hp=4374b6f4f6088b2097aaf4745023ef51aa3e12ef;hpb=398000abcf980d239a789da6f69811913d2fc635;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 */