]> git.sesse.net Git - ffmpeg/commit
rtpdec_mpeg4: Return one AAC AU per AVPacket
authorMartin Storsjö <martin@martin.st>
Tue, 15 Jan 2013 14:58:48 +0000 (16:58 +0200)
committerMartin Storsjö <martin@martin.st>
Sun, 20 Jan 2013 16:12:38 +0000 (18:12 +0200)
commit21f5c24b80caae36fb23c7743081bd8dd807cf0b
tree63ba1729e33cf2ca64c477a08a351b13267cba79
parentd160a2fb4caa6c4e931b13c87663d8e81dc04882
rtpdec_mpeg4: Return one AAC AU per AVPacket

This makes the returned data valid to stream copy into other
containers as well, not only for decoding straight away.

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