fourcc from the AVI stream header (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A'). This is used to work around some encoder bugs. - encoding: unused - decoding: Set by user, will be converted to uppercase by libavcodec during init.
See Implementation
fourcc from the AVI stream header (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A'). This is used to work around some encoder bugs. - encoding: unused - decoding: Set by user, will be converted to uppercase by libavcodec during init.