]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_qdm2.c
frmdec: tag 2 is AV_PIX_FMT_RGB0
[ffmpeg] / libavformat / rtpdec_qdm2.c
index 3a8ffd5f992cc98db0d2daff392272a925b3edd8..6ce776db443da4291cb2ff9dc4a874147873f209 100644 (file)
@@ -238,7 +238,8 @@ static int qdm2_restore_block(PayloadContext *qdm, AVStream *st, AVPacket *pkt)
 static int qdm2_parse_packet(AVFormatContext *s, PayloadContext *qdm,
                              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)
 {
     int res = AVERROR_INVALIDDATA, n;
     const uint8_t *end = buf + len, *p = buf;