]> git.sesse.net Git - ffmpeg/commit
avformat/mov: Fix opening relative references
authorMichael Niedermayer <michael@niedermayer.cc>
Tue, 14 Jul 2015 23:01:30 +0000 (01:01 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Tue, 14 Jul 2015 23:12:45 +0000 (01:12 +0200)
commitc9c7263e5820c957598643216c42be9b1c4f2d2b
treed5256e9f5ac618ce2e824887b478fc62f5b57c9c
parentbfd17046c138a9c68182f7b9c2cdd400675feb62
avformat/mov: Fix opening relative references

Possibly fixes Ticket4671

the removed check is wrong and insufficient

Based on patch by Maksym Veremeyenko <verem@m1.tv>

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/mov.c