You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OuputFile: allocate AVFormatContext in constructor
* Allocate AVFormatContext in OuputFile's constructor (before the
setup).
* Reason: if setProfile before setup, the AVFormatContext is NULL and so
wa can set no format options.
0 commit comments