mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-19 22:10:34 +00:00
oma: clearify ambiguous if condition
Signed-off-by: David Goldwich <david.goldwich@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
a548b6cbfc
commit
e96070074d
@ -202,8 +202,8 @@ static int decrypt_init(AVFormatContext *s, ID3v2ExtraMeta *em, uint8_t *header)
|
||||
while (em) {
|
||||
if (!strcmp(em->tag, "GEOB") &&
|
||||
(geob = em->data) &&
|
||||
!strcmp(geob->description, "OMG_LSI") ||
|
||||
!strcmp(geob->description, "OMG_BKLSI")) {
|
||||
(!strcmp(geob->description, "OMG_LSI") ||
|
||||
!strcmp(geob->description, "OMG_BKLSI"))) {
|
||||
break;
|
||||
}
|
||||
em = em->next;
|
||||
|
Loading…
Reference in New Issue
Block a user