
Before this change, we list the formats for which we don't want transcoding. This change disables transcoding altogether. This was tested by checking that transcoding takes place on a short camera recording only when the added flag is not present (and AndroidManifest does not declare support for HEVC). PiperOrigin-RevId: 446986580
DataSource module
Provides a DataSource
abstraction and a number of concrete implementations for
reading data from different sources. Application code will not normally need to
depend on this module directly.