Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e5d6a2

Browse files
committed
StreamTranscoder: fix offset support on waiting for data to wrap
1 parenta827ec6 commit2e5d6a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/AvTranscoder/transcoder/StreamTranscoder.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ bool StreamTranscoder::processRewrap()
400400
returntrue;
401401
case IOutputStream::eWrappingWaitingForData:
402402
// the wrapper needs more data to write the current packet
403-
returnprocessRewrap();
403+
returnprocessFrame();
404404
case IOutputStream::eWrappingError:
405405
returnfalse;
406406
}
@@ -458,7 +458,7 @@ bool StreamTranscoder::processTranscode( const int subStreamIndex )
458458
returntrue;
459459
case IOutputStream::eWrappingWaitingForData:
460460
// the wrapper needs more data to write the current packet
461-
returnprocessTranscode( subStreamIndex);
461+
returnprocessFrame();
462462
case IOutputStream::eWrappingError:
463463
returnfalse;
464464
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp