summaryrefslogtreecommitdiff
path: root/libavcodec/flac.h
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-06 10:44:59 +0200
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-06 16:25:56 +0200
commit2cad7eebc13f54d5526d8599d536aa8ffdaefe3b (patch)
tree518f75e05b7fec3ec4d474092e0488eb938a6f9e /libavcodec/flac.h
parenteb011f73ca2f7dc51576c5bd006004dcfc7dfb69 (diff)
downloadffmpeg-2cad7eebc13f54d5526d8599d536aa8ffdaefe3b.tar.gz
avcodec/flac: remove avpriv parsing API cruft
Diffstat (limited to 'libavcodec/flac.h')
-rw-r--r--libavcodec/flac.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/flac.h b/libavcodec/flac.h
index f1307c7f50..96d971c9d7 100644
--- a/libavcodec/flac.h
+++ b/libavcodec/flac.h
@@ -99,14 +99,6 @@ typedef struct FLACFrameInfo {
void ff_flac_parse_streaminfo(AVCodecContext *avctx, struct FLACStreaminfo *s,
const uint8_t *buffer);
-#if LIBAVCODEC_VERSION_MAJOR < 57
-void avpriv_flac_parse_streaminfo(AVCodecContext *avctx, struct FLACStreaminfo *s,
- const uint8_t *buffer);
-int avpriv_flac_is_extradata_valid(AVCodecContext *avctx,
- enum FLACExtradataFormat *format,
- uint8_t **streaminfo_start);
-#endif
-
/**
* Validate the FLAC extradata.
* @param[in] avctx codec context containing the extradata.