DecoderAPI: add decoder_seek_where_frame()

This commit is contained in:
Max Kellermann
2014-08-26 11:27:41 +02:00
parent 23199719d9
commit 8561c9c5a6
3 changed files with 36 additions and 0 deletions

View File

@@ -67,6 +67,12 @@ decoder_seek_where_ms(gcc_unused Decoder &decoder)
return 1;
}
uint64_t
decoder_seek_where_frame(gcc_unused Decoder &decoder)
{
return 1;
}
void
decoder_seek_error(gcc_unused Decoder &decoder)
{