mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-14 11:21:29 +00:00
avidec: document early_exit argument
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
2677697ac9
commit
9789b6ca48
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user