more debug
This commit is contained in:
parent
4359c65601
commit
e1a29f47b9
|
@ -425,6 +425,7 @@ Debug(4, "Not video and RAWPICTURE");
|
|||
int ret;
|
||||
|
||||
prevDts = opkt.dts; // Unsure if av_interleaved_write_frame() clobbers opkt.dts when out of order, so storing in advance
|
||||
dumpPacket(&opkt);
|
||||
ret = av_interleaved_write_frame(oc, &opkt);
|
||||
if(ret<0){
|
||||
// There's nothing we can really do if the frame is rejected, just drop it and get on with the next
|
||||
|
|
Loading…
Reference in New Issue