| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use the duration of the stream we're actually decoding - not the
"global" attribute AVFormatContext::duration which may differ.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes regression by commit 7c8038e
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
For type safety and code readability.
|
|
|
|
|
|
Eliminate duplicate definition (in input plugin and decoder plugin).
|
|
Remove the "whence" parameter that is not actually necessary, and only
complicates the InputStream implementations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|