]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/internal.h
Merge commit 'e71149a7a5b10ed7baa5a06f47d0313c7bd8df52'
[ffmpeg] / libavformat / internal.h
index ce03dac3dd72756a32371d1408f750b55db5b09e..d56644b8cf8776c0ad8c67748ef3a4b40e1276a7 100644 (file)
@@ -390,6 +390,13 @@ static inline int ff_rename(const char *oldpath, const char *newpath, void *logc
     return ret;
 }
 
+/**
+ * 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);
+
 /**
  * Allocate extradata with additional FF_INPUT_BUFFER_PADDING_SIZE at end
  * which is always set to 0.