DecoderAPI: add decoder_seek_where_ms()
Move to fixed-point integers instead of floating point.
This commit is contained in:
@@ -61,6 +61,12 @@ decoder_seek_where(gcc_unused Decoder &decoder)
|
||||
return 1.0;
|
||||
}
|
||||
|
||||
unsigned
|
||||
decoder_seek_where_ms(gcc_unused Decoder &decoder)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
void
|
||||
decoder_seek_error(gcc_unused Decoder &decoder)
|
||||
{
|
||||
|
Reference in New Issue
Block a user