]> git.sesse.net Git - ffmpeg/commit
rtpenc: Set a default video codec
authorMartin Storsjö <martin@martin.st>
Mon, 17 Oct 2011 18:11:07 +0000 (21:11 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 17 Oct 2011 19:02:20 +0000 (22:02 +0300)
commit9f938ca5e653c7d05d4ef22226eb61334a961e9c
tree9ebb96d20abd01b6151fe19d120ae424743c48c7
parent299234a0a9e7d96d4cfe7ec88aac007bf4a6bbff
rtpenc: Set a default video codec

avconv doesn't map video streams to a muxer without specifying a
manual stream mapping if the default video codec is CODEC_ID_NONE.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtpenc.c