Commit 9789b6ca authored by Michael Niedermayer's avatar Michael Niedermayer

avidec: document early_exit argument

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2677697a
...@@ -895,6 +895,10 @@ static int get_stream_idx(int *d){ ...@@ -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) static int avi_sync(AVFormatContext *s, int exit_early)
{ {
AVIContext *avi = s->priv_data; AVIContext *avi = s->priv_data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment