projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2677697
)
avidec: document early_exit argument
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 17 Apr 2012 15:41:03 +0000
(17:41 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 17 Apr 2012 15:58:19 +0000
(17:58 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/avidec.c
patch
|
blob
|
history
diff --git
a/libavformat/avidec.c
b/libavformat/avidec.c
index
44e98ee
..
c033b62
100644
(file)
--- 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;