]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_h264.c
frmdec: tag 2 is AV_PIX_FMT_RGB0
[ffmpeg] / libavformat / rtpdec_h264.c
index 083f8e89b297ecb70303409939a32eeb40bcd219..2cab9c917c8054340bc1c9cfd1cca47dba3b68ca 100644 (file)
@@ -165,7 +165,8 @@ static int sdp_parse_fmtp_config_h264(AVStream *stream,
 // return 0 on packet, no more left, 1 on packet, 1 on partial packet
 static int h264_handle_packet(AVFormatContext *ctx, PayloadContext *data,
                               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)
 {
     uint8_t nal;
     uint8_t type;