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
Some FFmpeg encoders don't flag keyframes. The HuffYUV encoder is the most notable case of this. Every frame is a keyframe so why can't it be marked as such?
VC-1 decoder output isn't bitexact after seeking.
Somewhat corrupt MPEG2 files such as the one in Decoding artifacts,.. #31 don't produce bitexact output with repeated linear decoding. This probably indicates harmless uninitialized memory somewhere.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: