OSDN Git Service

Fix for some non interleaved avi files that gets played twice or won't end
authorJoakim Plate <elupus@ecce.se>
Sun, 11 Sep 2011 16:21:07 +0000 (18:21 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 11 Sep 2011 16:21:07 +0000 (18:21 +0200)
commit53f8f0a70e224a40cf2276669a808fb4ac824c05
tree83ec607c92ae1b19a8fb50a4b698594b1b41f464
parente42a3dd123c47efd7921f93d4a1f6f53c196ad4a
Fix for some non interleaved avi files that gets played twice or won't end
This changes so we assume EOF when we can't find the next
streams index entry for non interleaved file.

http://trac.xbmc.org/ticket/5585

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