OSDN Git Service

libavformat/mov.c: Skipped duplicated MOOV atom
authorThierry Foucu <tfoucu@gmail.com>
Thu, 11 Jul 2013 21:37:59 +0000 (14:37 -0700)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 12 Jul 2013 00:41:34 +0000 (02:41 +0200)
commit38ce775eead70b84272ee4ba908b6db3516e7cbd
tree58b02e45c368cc0a16c302472a40cac4719353b6
parent0fff7f039c148a91dde41772d2dc26dd0efb5f89
libavformat/mov.c: Skipped duplicated MOOV atom

 This should fix ticket 1378
 If we have parsed a moov atom, and found another one, just skip it.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mov.c