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.c | |
parent | 24c788f4878729a42150581d7ed7e9a11daf874d (diff) | |
download | ffmpeg-9325d88eba8038b3e2a4485e473a018410379e2d.tar.gz |
lavc: remove obsolete and disabled avpriv functions
Diffstat (limited to 'libavcodec/flac.c')
-rw-r--r-- | libavcodec/flac.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/flac.c b/libavcodec/flac.c index cd1a6ab87d..ec0cb6f0b9 100644 --- a/libavcodec/flac.c +++ b/libavcodec/flac.c @@ -236,11 +236,3 @@ void avpriv_flac_parse_streaminfo(AVCodecContext *avctx, struct FLACStreaminfo * skip_bits_long(&gb, 64); /* md5 sum */ skip_bits_long(&gb, 64); /* md5 sum */ } - -#if LIBAVCODEC_VERSION_MAJOR < 56 -void avpriv_flac_parse_block_header(const uint8_t *block_header, - int *last, int *type, int *size) -{ - flac_parse_block_header(block_header, last, type, size); -} -#endif |