]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_h263.c
lavf/mux: Fix assignments in if()
[ffmpeg] / libavformat / rtpdec_h263.c
index e604dc1c42a413146618483da92ec9d0c8d03002..ce02dc1c21f1c52ccbddbd7994050c719ab86f80 100644 (file)
@@ -25,7 +25,7 @@
 
 int ff_h263_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 *ptr;
     uint16_t header;