Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2015-10-08 05:10:08 +0300
committerRodger Combs <rodger.combs@gmail.com>2015-12-28 17:40:37 +0300
commit822e80fde39f8992daeab6d51312f27188021d9b (patch)
tree97fc325a97273beac4948996ae50e9e46146ab7e /libavformat/internal.h
parent1f9139b07b8a896b62c1f28f3d04acac33978c0d (diff)
lavf: add internal API to append a bsf to a stream's list
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 0e59da0c2d..2cb3481f8c 100644
--- a/libavformat/internal.h
+++ b/libavformat/internal.h
@@ -465,6 +465,17 @@ enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st
int ff_generate_avci_extradata(AVStream *st);
/**
+ * Add a bitstream filter to a stream.
+ *
+ * @param st output stream to add a filter to
+ * @param name the name of the filter to add
+ * @param args filter-specific argument string
+ * @return >0 on success;
+ * AVERROR code on failure
+ */
+int ff_stream_add_bitstream_filter(AVStream *st, const char *name, const char *args);
+
+/**
* Wrap errno on rename() error.
*
* @param oldpath source path