am 10526a0b: am 2c2ed7be: Merge "Fixes a typo in AVIExtractor that would advertise the wrong video dimensions" into ics-mr1
* commit '10526a0bfe070ac4d1e550a81ed68be35d261b16': Fixes a typo in AVIExtractor that would advertise the wrong video dimensions
This commit is contained in:
@@ -1094,7 +1094,7 @@ status_t AVIExtractor::addH264CodecSpecificData(size_t trackIndex) {
|
||||
CHECK(meta->findData(kKeyAVCC, &type, &csd, &csdSize));
|
||||
|
||||
track->mMeta->setInt32(kKeyWidth, width);
|
||||
track->mMeta->setInt32(kKeyHeight, width);
|
||||
track->mMeta->setInt32(kKeyHeight, height);
|
||||
track->mMeta->setData(kKeyAVCC, type, csd, csdSize);
|
||||
|
||||
return OK;
|
||||
|
||||
Reference in New Issue
Block a user