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
StreamProperties: fixed access of AVCodecContext properties if several analysis are launched
* According to the documentation, the avcodec_open2 function does not
allocate anything and a call to avcodec_close is not needed.
* avcodec_close sets codec attribute of AVCodecContext to NULL, and this
is a problem when we would like to transcode after a file analysis.
0 commit comments