summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorJohn Stebbins <stebbins@jetheaddev.com>2015-11-05 09:49:02 -0800
committerAnton Khirnov <anton@khirnov.net>2015-11-18 11:36:27 +0100
commit7f4ec4364bc4a73036660c1c6a3c4801db524e9e (patch)
tree2958c6492f6be1c09363aa99d821355751d1594f /libavformat/internal.h
parent21ab6fd01b9107d7171fc1a77c2bfacff845a97a (diff)
avformat: expose av_stream_new_side_data helper
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 7bbf7755cf..17c45f6dab 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -419,11 +419,4 @@ static inline int ff_rename(const char *oldpath, const char *newpath)
return 0;
}
-/**
- * Add new side data to a stream. If a side data of this type already exists, it
- * is replaced.
- */
-uint8_t *ff_stream_new_side_data(AVStream *st, enum AVPacketSideDataType type,
- int size);
-
#endif /* AVFORMAT_INTERNAL_H */