return 0;
}
-static int h264_handle_packet_stap_a(AVFormatContext *ctx, AVPacket *pkt,
+static int h264_handle_packet_stap_a(AVFormatContext *ctx, PayloadContext *data, AVPacket *pkt,
- const uint8_t *buf, int len)
+ const uint8_t *buf, int len,
+ int start_skip)
{
int pass = 0;
int total_length = 0;
// consume the STAP-A NAL
buf++;
len--;
- result = h264_handle_packet_stap_a(ctx, data, pkt, buf, len);
- result = h264_handle_packet_stap_a(ctx, pkt, buf, len, 0);
++ result = h264_handle_packet_stap_a(ctx, data, pkt, buf, len, 0);
break;
case 25: // STAP-B