Deprecate and mark for deletion the function guess_stream_format(),
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 31 Dec 2009 14:12:58 +0000 (14:12 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Thu, 31 Dec 2009 14:12:58 +0000 (14:12 +0000)
commit1642ee4337988523207ee8f30be9281e6919d95a
tree467b25d855fa72a9e6e4435a89ad1c2ca62544f6
parentf9310cbb2fcfcd9e41cafb3789c3b7ae3b90dbf4
Deprecate and mark for deletion the function guess_stream_format(),
and clone its code to ffserver_guess_format() in ffserver.c.

guess_stream_format() is hackish since it relies on some undocumented
properties of the name of the muxers (wich is currently only relevant
for the ASF muxer), and has no use outside ffserver.c.

Originally committed as revision 20987 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffserver.c
libavformat/avformat.h
libavformat/utils.c