Closed
Bug 1161283
Opened 10 years ago
Closed 10 years ago
Crypto IV size only properly set on audio samples
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox40 | --- | affected |
People
(Reporter: jya, Assigned: eflores)
Details
In libstagefright/binding/mp4_demuxer.cpp mCrypto.mIVSize is only set when demuxing audio samples. It is not set on video samples when it should.
MP4Demuxer::DemuxVideoSample() should update mCrypto.mIVSize
Reporter | ||
Comment 1•10 years ago
|
||
Note that this is fixed in the new MediaDataDemuxer MP4Demuxer and MediaFormatReader.
As MP4Reader is going away, I mark it as fixed
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•