AppendData:MPEG4Writer&Extractor,MediaAppender
Bug: 154734325 Append media data to an MPEG4File. Changes were made in MPEG4Extractor to pass sample offsets of existing data in file to the writer. MediaAppender class takes cares of parsing and preparing exisiting MPEG4 file to be added with new data. Data that is present in the file is not copied again, hence that pass happens fast. New data is appended at the end of the file. Test: atest android.mediav2.cts.MuxerTest Test: atest android.media.cts.MediaMuxerTest Test: atest android.media.cts.MediaRecorderTest Test: atest android.media.cts.MediaExtractorTest Merged-In: I3f2bfa6b92d85c3a87ac740b2d401dcb10d7976e Change-Id: I55c90b3e71f2d94a497b2196a02e17e61c34ce3a
Loading
Please register or sign in to comment