summaryrefslogtreecommitdiff
path: root/libavcodec/flac.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-08-06 20:02:11 +0000
committerAnton Khirnov <anton@khirnov.net>2014-08-09 16:59:34 +0000
commit9325d88eba8038b3e2a4485e473a018410379e2d (patch)
tree22c127f4a4730cc8d96a382b8a30875e540f5973 /libavcodec/flac.c
parent24c788f4878729a42150581d7ed7e9a11daf874d (diff)
lavc: remove obsolete and disabled avpriv functions
Diffstat (limited to 'libavcodec/flac.c')
-rw-r--r--libavcodec/flac.c8
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