We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22d5d7b + 1fc2e60 commit 2c2ed7bCopy full SHA for 2c2ed7b
media/libstagefright/AVIExtractor.cpp
@@ -1094,7 +1094,7 @@ status_t AVIExtractor::addH264CodecSpecificData(size_t trackIndex) {
1094
CHECK(meta->findData(kKeyAVCC, &type, &csd, &csdSize));
1095
1096
track->mMeta->setInt32(kKeyWidth, width);
1097
- track->mMeta->setInt32(kKeyHeight, width);
+ track->mMeta->setInt32(kKeyHeight, height);
1098
track->mMeta->setData(kKeyAVCC, type, csd, csdSize);
1099
1100
return OK;
0 commit comments