]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_asf.c
latmenc: Check for LOAS sync word
[ffmpeg] / libavformat / rtpdec_asf.c
index e37fde7906ad72144990d618461c381a6da51d9a..35603f29e9f5a6665cbe475f857a534f99c85e84 100644 (file)
@@ -168,7 +168,8 @@ struct PayloadContext {
 static int asfrtp_parse_packet(AVFormatContext *s, PayloadContext *asf,
                                AVStream *st, AVPacket *pkt,
                                uint32_t *timestamp,
-                               const uint8_t *buf, int len, int flags)
+                               const uint8_t *buf, int len, uint16_t seq,
+                               int flags)
 {
     AVIOContext *pb = &asf->pb;
     int res, mflags, len_off;