]> git.sesse.net Git - ffmpeg/commit
avconv: rewrite output data size tracking
authorAnton Khirnov <anton@khirnov.net>
Mon, 17 Mar 2014 09:03:47 +0000 (10:03 +0100)
committerAnton Khirnov <anton@khirnov.net>
Mon, 24 Mar 2014 05:17:04 +0000 (06:17 +0100)
commitbaeb59d89beda499688e528c6a269d2b255b66f2
treef0436ace540756c8021c597ee07763af2478dfcd
parentf759f66e367bc62ed7738a51040f775b656a60d8
avconv: rewrite output data size tracking

Store a variable per OutputStream instead of globals for
audio/video/extradata. This makes the code simpler and cleaner and fixes
2pass with multiple output streams.
avconv.c
avconv.h