From 9789b6ca48cde61c052d9ecbd4cdd42ce51c053e Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 17 Apr 2012 17:41:03 +0200 Subject: [PATCH] avidec: document early_exit argument Signed-off-by: Michael Niedermayer --- libavformat/avidec.c | 4 ++++ 1 file changed, 4 insertions(+) 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;