Revision 7fdcdf25 libavformat/matroska.c
libavformat/matroska.c | ||
---|---|---|
2566 | 2566 |
pkt->pos = pos; |
2567 | 2567 |
pkt->duration = duration; |
2568 | 2568 |
|
2569 |
matroska_queue_packet(matroska, pkt);
|
|
2569 |
matroska_queue_packet(matroska, pkt); |
|
2570 | 2570 |
|
2571 | 2571 |
if (timecode != AV_NOPTS_VALUE) |
2572 | 2572 |
timecode = duration ? timecode + duration : AV_NOPTS_VALUE; |
Also available in: Unified diff