[][src]Constant libaom_sys::AOM_CODEC_CORRUPT_FRAME

pub const AOM_CODEC_CORRUPT_FRAME: aom_codec_err_t = 7;

The coded data for this stream is corrupt or incomplete

There was a problem decoding the current frame. This return code should only be used for failures that prevent future pictures from being properly decoded. This error \ref MAY be treated as fatal to the stream or \ref MAY be treated as fatal to the current GOP. If decoding is continued for the current GOP, artifacts may be present.