scummvm/video
Matthew Duggan b4647bc3f6 VIDEO: Fix rate set on theora decoder, add API to get frame rate.
PR #4276 incorrectly assumed "rate" was the frame rate of the video, but it
should be the playback rate.  Revert that change.

Instead, add an alternate API for fetching frame rate from TheoraDecoder.
2023-02-23 13:44:07 +09:00
..
3do_decoder.cpp
3do_decoder.h
avi_decoder.cpp
avi_decoder.h
bink_decoder.cpp
bink_decoder.h
binkdata.h
coktel_decoder.cpp
coktel_decoder.h
dxa_decoder.cpp
dxa_decoder.h
flic_decoder.cpp
flic_decoder.h
hnm_decoder.cpp
hnm_decoder.h
module.mk
mpegps_decoder.cpp
mpegps_decoder.h
mve_decoder.cpp
mve_decoder.h
paco_decoder.cpp
paco_decoder.h
psx_decoder.cpp
psx_decoder.h
qt_data.h
qt_decoder.cpp
qt_decoder.h
smk_decoder.cpp
smk_decoder.h
subtitles.cpp
subtitles.h
theora_decoder.cpp VIDEO: Fix rate set on theora decoder, add API to get frame rate. 2023-02-23 13:44:07 +09:00
theora_decoder.h VIDEO: Fix rate set on theora decoder, add API to get frame rate. 2023-02-23 13:44:07 +09:00
video_decoder.cpp
video_decoder.h VIDEO: Enhance comments for getRate/setRate 2023-02-23 13:43:29 +09:00