diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-08-06 20:02:11 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-08-09 16:59:34 +0000 |
commit | 9325d88eba8038b3e2a4485e473a018410379e2d (patch) | |
tree | 22c127f4a4730cc8d96a382b8a30875e540f5973 /libavcodec/flac.h | |
parent | 24c788f4878729a42150581d7ed7e9a11daf874d (diff) | |
download | ffmpeg-9325d88eba8038b3e2a4485e473a018410379e2d.tar.gz |
lavc: remove obsolete and disabled avpriv functions
Diffstat (limited to 'libavcodec/flac.h')
-rw-r--r-- | libavcodec/flac.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/flac.h b/libavcodec/flac.h index fbd34a18b1..9baa330bf9 100644 --- a/libavcodec/flac.h +++ b/libavcodec/flac.h @@ -110,11 +110,6 @@ int avpriv_flac_is_extradata_valid(AVCodecContext *avctx, enum FLACExtradataFormat *format, uint8_t **streaminfo_start); -#if LIBAVCODEC_VERSION_MAJOR < 56 -void avpriv_flac_parse_block_header(const uint8_t *block_header, - int *last, int *type, int *size); -#endif - /** * Calculate an estimate for the maximum frame size based on verbatim mode. * @param blocksize block size, in samples |