Acodec: Add interlaced video support
- When interlace is present, because of the presence of extradata the buffersize is larger than width*height*1.5 but display is unaware of this.So add call to set output buffer size on the native window. - For interlace, set decoder in arbitrary mode In arbitrary mode, frame parsers sends individual fields to core. Once both the field is decoded, output done (FBD) is sent back to client. Default frame by frame mode will send both the fields in a single buffer to core, which might decode only one field or will throw up error. Change-Id: Id1e90b2cebacaf3aaaa9cc69b1cc2f6787468476
Loading
Please register or sign in to comment