]> git.sesse.net Git - ffmpeg/commit
avconv: change {input,output}_{streams,files} into arrays of pointers.
authorAnton Khirnov <anton@khirnov.net>
Sun, 15 Apr 2012 13:28:30 +0000 (15:28 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 15 Apr 2012 18:20:03 +0000 (20:20 +0200)
commit2e215267901dfbe90d2c041d7e5944aa32b3e071
tree125689489f6e8381fefc0773ecdc9e61bbaab2e0
parentea9367e9212076d30deee6d28907d3d61ef46f7e
avconv: change {input,output}_{streams,files} into arrays of pointers.

Right now, they are arrays of structs, reallocated when new
streams/files are added. This makes storing pointers to those structs
harder than necessary.
avconv.c