summaryrefslogtreecommitdiff
path: root/libavcodec/tak.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-05-04 16:40:10 +0200
committerAnton Khirnov <anton@khirnov.net>2023-05-05 10:35:08 +0200
commitecdf1ac267b1540c246666add646a6cc082a0828 (patch)
tree3a156c6874512c8a16c3d4ca65d4ef7a757d76a7 /libavcodec/tak.h
parent6febb2a5ffa12b443eed0b8709c17463ff684d37 (diff)
downloadffmpeg-ecdf1ac267b1540c246666add646a6cc082a0828.tar.gz
lavc/tak: make ff_tak_parse_streaminfo static
It is not used outside of tak.c
Diffstat (limited to 'libavcodec/tak.h')
-rw-r--r--libavcodec/tak.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/tak.h b/libavcodec/tak.h
index 6069118971..5e43598de8 100644
--- a/libavcodec/tak.h
+++ b/libavcodec/tak.h
@@ -149,8 +149,6 @@ int ff_tak_check_crc(const uint8_t *buf, unsigned int buf_size);
*/
int avpriv_tak_parse_streaminfo(TAKStreamInfo *s, const uint8_t *buf, int size);
-void ff_tak_parse_streaminfo(TAKStreamInfo *s, GetBitContext *gb);
-
/**
* Validate and decode a frame header.
* @param avctx AVCodecContext to use as av_log() context