Fix a typo in sdp_write_header(): change "IPV4", which is not a valid
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 29 Jul 2008 10:45:53 +0000 (10:45 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 29 Jul 2008 10:45:53 +0000 (10:45 +0000)
commitc16184e9baad4e4304d5bfb9340e8b5b6decad65
treeb7720b1cdc31bde39c34876df610d69781fcd5a1
parent5b43368de9de950de92abf4a7e0bb71a72cf6efa
Fix a typo in sdp_write_header(): change "IPV4", which is not a valid
network address type, to "IP4".

Originally committed as revision 14465 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/sdp.c