File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/AvTranscoder/transcoder Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ bool StreamTranscoder::processRewrap()
400
400
return true ;
401
401
case IOutputStream::eWrappingWaitingForData:
402
402
// the wrapper needs more data to write the current packet
403
- return processRewrap ();
403
+ return processFrame ();
404
404
case IOutputStream::eWrappingError:
405
405
return false ;
406
406
}
@@ -458,7 +458,7 @@ bool StreamTranscoder::processTranscode( const int subStreamIndex )
458
458
return true ;
459
459
case IOutputStream::eWrappingWaitingForData:
460
460
// the wrapper needs more data to write the current packet
461
- return processTranscode ( subStreamIndex );
461
+ return processFrame ( );
462
462
case IOutputStream::eWrappingError:
463
463
return false ;
464
464
}
You can’t perform that action at this time.
0 commit comments