Commit c4b926b0 authored by mstorsjo's avatar mstorsjo

Change the default codecs for the rtsp muxer to mpeg4 and aac

These codecs in RTP are supported by many players.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23209 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0e112b66
......@@ -168,8 +168,8 @@ AVOutputFormat rtsp_muxer = {
NULL,
NULL,
sizeof(RTSPState),
CODEC_ID_PCM_MULAW,
CODEC_ID_NONE,
CODEC_ID_AAC,
CODEC_ID_MPEG4,
rtsp_write_header,
rtsp_write_packet,
rtsp_write_close,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment