Don't forget to set known audio parameters (samplerate, etc.) if the codec is
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 10 Feb 2010 18:30:55 +0000 (18:30 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 10 Feb 2010 18:30:55 +0000 (18:30 +0000)
commit170870b77c8c71304f9eae946d49aa5e30a464bc
treea7e26f4f191afc72acc7252e83688ffc8957a3de
parent556aa7a1022c31566f64c9cb8fe8de0d4d5b44b2
Don't forget to set known audio parameters (samplerate, etc.) if the codec is
not supported in FFmpeg. This will cause crashes later because the samplerate
is used to initialize the timebase.

Originally committed as revision 21741 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c