Revision 5e33e7bd ffmpeg.c
ffmpeg.c | ||
---|---|---|
2578 | 2578 |
memset(no_packet, 0, sizeof(no_packet)); |
2579 | 2579 |
|
2580 | 2580 |
if (do_pkt_dump) { |
2581 |
av_pkt_dump_log(NULL, AV_LOG_DEBUG, &pkt, do_hex_dump); |
|
2581 |
av_pkt_dump_log2(NULL, AV_LOG_DEBUG, &pkt, do_hex_dump, |
|
2582 |
is->streams[pkt.stream_index]); |
|
2582 | 2583 |
} |
2583 | 2584 |
/* the following test is needed in case new streams appear |
2584 | 2585 |
dynamically in stream : we ignore them */ |
Also available in: Unified diff