OSDN Git Service

ffmpeg: simplify managing input files and streams
authorAnton Khirnov <anton@khirnov.net>
Sun, 22 May 2011 20:12:35 +0000 (22:12 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 25 May 2011 13:55:47 +0000 (15:55 +0200)
commit07633154add3cf59f281ba0c9eb689df4284e2cb
tree97da6442890b84b8e1ca2ac3562afbea9df73b47
parentd2bc4da15becf40c54e37af045963e3d13db5d8d
ffmpeg: simplify managing input files and streams

Grow the file and stream list in opt_input_file() instead of creating it
all at once in transcode().  This is simpler and will be useful for
following commits.
ffmpeg.c