summaryrefslogtreecommitdiff
path: root/libavcodec/flac.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-08-28 18:42:56 +0000
committerAnton Khirnov <anton@khirnov.net>2014-11-06 09:04:12 +0100
commitc070a8751597e3aa1b443e88464da785d8966b14 (patch)
treec123f6b093250c4ec8094d739d03f88c21502094 /libavcodec/flac.h
parent7784f47762d59e859b4d0f74b3e021ad9368ee2c (diff)
lavc: make avpriv_flac_parse_streaminfo() private on the next bump
Diffstat (limited to 'libavcodec/flac.h')
-rw-r--r--libavcodec/flac.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/flac.h b/libavcodec/flac.h
index 9baa330bf9..1b8177465d 100644
--- a/libavcodec/flac.h
+++ b/libavcodec/flac.h
@@ -96,8 +96,13 @@ typedef struct FLACFrameInfo {
* @param[out] s where parsed information is stored
* @param[in] buffer pointer to start of 34-byte streaminfo data
*/
+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);
+#endif
/**
* Validate the FLAC extradata.