projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avconv: pass libavresample options to AVFilterGraph
[ffmpeg.git]
/
avconv.h
diff --git
a/avconv.h
b/avconv.h
index
defdf59
..
da7259e
100644
(file)
--- a/
avconv.h
+++ b/
avconv.h
@@
-293,6
+293,7
@@
typedef struct OutputStream {
int64_t sws_flags;
AVDictionary *opts;
+ AVDictionary *resample_opts;
int finished; /* no more packets should be written for this stream */
int stream_copy;
const char *attachment_filename;