Increase the maximum number of supported stream mappings in ffmpeg.c.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 3 Aug 2008 13:38:31 +0000 (13:38 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 3 Aug 2008 13:38:31 +0000 (13:38 +0000)
commitf44fd37447497cc1bf8a3fdfd9c5154236b539a1
tree214d329d293ecad09b56e2e5110abf17567186ae
parentaa6de49e95f4cdc99d7e360cebb9fbf22c184ff5
Increase the maximum number of supported stream mappings in ffmpeg.c.
The new value is given by maximum_files_nb * maximum_streams_per_file_nb,
which looks also more correct in respect to the previous value.

Originally committed as revision 14520 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c