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: stop accessing AVStream.parser
[ffmpeg.git]
/
avconv.h
diff --git
a/avconv.h
b/avconv.h
index
eb7e37f
..
cb3005d
100644
(file)
--- a/
avconv.h
+++ b/
avconv.h
@@
-305,6
+305,8
@@
typedef struct OutputStream {
int copy_initial_nonkeyframes;
enum AVPixelFormat pix_fmts[2];
+
+ AVCodecParserContext *parser;
} OutputStream;
typedef struct OutputFile {