more debug

This commit is contained in:
Isaac Connor 2016-09-21 10:57:21 -04:00
parent 4359c65601
commit e1a29f47b9
1 changed files with 1 additions and 0 deletions

View File

@ -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