git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
avconv: rename InputStream.opts to InputStream.decoder_opts
[ffmpeg.git]
/
avconv.h
diff --git
a/avconv.h
b/avconv.h
index
5e23714
..
6ea6196
100644
(file)
--- a/
avconv.h
+++ b/
avconv.h
@@
-231,7
+231,7
@@
typedef struct InputStream {
PtsCorrectionContext pts_ctx;
double ts_scale;
int showed_multi_packet_warning;
- AVDictionary *opts;
+ AVDictionary *
decoder_
opts;
AVRational framerate; /* framerate forced with -r */
int resample_height;