implemented preliminary pre-cacher for audio
FFmpegDecoder now implements an "indexer" for audio, which actually just extracts the raw PCM audio from an audio codec and saves it to disk
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
namespace olive {
|
||||
|
||||
enum TimecodeDisplay {
|
||||
kTimecodeFrames,
|
||||
kTimecodeDropFrame,
|
||||
kTimecodeNonDropFrame,
|
||||
kTimecodeSeconds,
|
||||
kFrames,
|
||||
kMilliseconds
|
||||
|
||||
Reference in New Issue
Block a user