summaryrefslogtreecommitdiff
path: root/libavformat/avidec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-04-17 17:41:03 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-04-17 17:58:19 +0200
commit9789b6ca48cde61c052d9ecbd4cdd42ce51c053e (patch)
tree5d4670225f779c386398d987adc452c5a5fea23e /libavformat/avidec.c
parent2677697ac93a5de731aac598e863bd8bbe3b3a53 (diff)
avidec: document early_exit argument
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/avidec.c')
-rw-r--r--libavformat/avidec.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/avidec.c b/libavformat/avidec.c
index 44e98eedfd..c033b6276e 100644
--- a/libavformat/avidec.c
+++ b/libavformat/avidec.c
@@ -895,6 +895,10 @@ static int get_stream_idx(int *d){
}
}
+/**
+ *
+ * @param exit_early set to 1 to just gather packet position without making the changes needed to actually read & return the packet
+ */
static int avi_sync(AVFormatContext *s, int exit_early)
{
AVIContext *avi = s->priv_data;