]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtp_h264.c
cosmetics
[ffmpeg] / libavformat / rtp_h264.c
index 28426b21cf98457b66dbcb30109b2d9ee90efbc5..3e0fc3add41e36e4c7ac37a0596571b0053bb492 100644 (file)
@@ -163,7 +163,7 @@ static int h264_handle_packet(RTPDemuxContext * s,
                               AVPacket * pkt,
                               uint32_t * timestamp,
                               const uint8_t * buf,
-                              int len)
+                              int len, int flags)
 {
 #ifdef DEBUG
     h264_rtp_extra_data *data = s->dynamic_protocol_context;