Skip to content

Commit 1f5b133

Browse files
James DongAndroid (Google) Code Review
authored andcommitted
Merge "When INFO_FORMAT_CHANGED event comes in before the renderer was initialized, go back to read from source again" into gingerbread
2 parents 74da537 + da1b16a commit 1f5b133

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

media/libstagefright/AwesomePlayer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,8 @@ void AwesomePlayer::onVideoEvent() {
12111211
}
12121212

12131213
// fall through
1214+
} else {
1215+
continue;
12141216
}
12151217
}
12161218

0 commit comments

Comments
 (0)