Remove RTSP special casing in ffplay startup
[ffmpeg-lucabe.git] / README
blobebb36291807fe8d9be1e72943ce8a29127f52e71
1 FFmpeg README
2 -------------
4 1) Documentation
5 ----------------
7 * Read the documentation in the doc/ directory.
9 2) Licensing
10 ------------
12 * Read the file COPYING.LGPL. FFmpeg and the associated libraries EXCEPT
13   for libpostproc and libswscale are licensed under the GNU Lesser General
14   Public License.
16 * libpostproc and libswscale are distributed under the GNU General Public
17   License, see the file COPYING.GPL for details. Their compilation and use
18   in FFmpeg is optional.