]> git.sesse.net Git - ffmpeg/commit
rtmp: Rewrite embedded flv handling
authorLuca Barbato <lu_zero@gentoo.org>
Sat, 21 Sep 2013 09:10:41 +0000 (11:10 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Sat, 21 Sep 2013 23:09:33 +0000 (01:09 +0200)
commit5840473890440dbe0bd2cce530ebb3d93e187ae6
tree17c9611b20f8a13c932722a6b3447ef7464519e4
parente40a0e822801d2485e4e555909d7a82713fa86a5
rtmp: Rewrite embedded flv handling

Use update_offset() as done for rtmp audio, video and notifications and
read update and write the fields instead of replacing them in the rtmp
packet and then memcpying it to the output buffer.
libavformat/rtmpproto.c