]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_svq3.c
libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameter
[ffmpeg] / libavformat / rtpdec_svq3.c
index 36271a3c15b100f7f55d54bf1401d3edb4bc30dc..a4fad1cc132e3e9851381e45035814bb2ae80011 100644 (file)
@@ -94,7 +94,7 @@ static int svq3_parse_packet (AVFormatContext *s, PayloadContext *sv,
     if (!sv->pktbuf)
         return AVERROR_INVALIDDATA;
 
-    put_buffer(sv->pktbuf, buf, len);
+    avio_write(sv->pktbuf, buf, len);
 
     if (end_packet) {
         av_init_packet(pkt);