VIDEO: Fix theora playback rate
This reverts PR #4276 - "rate" is a multiplier not a framerate.
This commit is contained in:
parent
70e2b02696
commit
22b30da94e
1 changed files with 0 additions and 1 deletions
|
@ -169,7 +169,6 @@ bool TheoraDecoder::loadStream(Common::SeekableReadStream *stream) {
|
||||||
if (_hasVideo) {
|
if (_hasVideo) {
|
||||||
_videoTrack = new TheoraVideoTrack(getDefaultHighColorFormat(), theoraInfo, theoraSetup);
|
_videoTrack = new TheoraVideoTrack(getDefaultHighColorFormat(), theoraInfo, theoraSetup);
|
||||||
addTrack(_videoTrack);
|
addTrack(_videoTrack);
|
||||||
setRate(_videoTrack->getFrameRate());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
th_info_clear(&theoraInfo);
|
th_info_clear(&theoraInfo);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue