-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a new virtual IInputFile class #184
Comments
avTranscoder is a nice wrapper to FFmpeg/LibAv. Please don't transform it into an abstract library trying to wrap the world. Do you have some use cases for this abstract InputFile? |
Could be useful for unwrapping specific formats unsupported by FFmpeg/LibAv. |
Ok, great! |
To do that, I think we will need to define:
|
The current InputFile class would inherit this IInputFile class.
The text was updated successfully, but these errors were encountered: