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
Open and close the codec only if extradata is available (#59)
Opening and closing the codec in order to flush the buffer could lead
to corrupted decoded frames (x264 version < 151).
On the other side just flushing the buffer could lead to garbage
decoded frames when SPS/PPS is available only in the header.
This is based on AkarinVS/L-SMASH-Works@3d2f02e.
0 commit comments