summaryrefslogtreecommitdiff
path: root/libavcodec/hap.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-27 23:47:01 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-27 23:53:55 +0200
commit4be1b6bef09737cef8173b619132fa13bef80818 (patch)
tree649170b922ae4641f2519d9645db950d1a9256d2 /libavcodec/hap.h
parentf01e3c5d000d264b2935e186594a37a3c00f9465 (diff)
parent3ee217853a6741b829a2683f49c590618891b1ab (diff)
Merge commit '3ee217853a6741b829a2683f49c590618891b1ab'
* commit '3ee217853a6741b829a2683f49c590618891b1ab': Support the Hap chunked frame format Conflicts: libavcodec/hap.h libavcodec/hapdec.c libavcodec/version.h See: c7e6443441ed5c1b5f64067dfbf4956bc2c6acbb Merged-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/hap.h')
-rw-r--r--libavcodec/hap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/hap.h b/libavcodec/hap.h
index e334ba837e..e4762ee438 100644
--- a/libavcodec/hap.h
+++ b/libavcodec/hap.h
@@ -89,6 +89,7 @@ typedef struct HapContext {
* - any other error occurs
*/
int ff_hap_set_chunk_count(HapContext *ctx, int count, int first_in_frame);
+
/*
* Free resources associated with the context
*/