]> git.sesse.net Git - ffmpeg/commit
ff_end_tag: assert that the start is aligned.
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 8 Feb 2013 11:51:52 +0000 (12:51 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 8 Feb 2013 11:51:52 +0000 (12:51 +0100)
commit47335126c049a5d2468b1b8b328c286a0d978159
tree3fff802376961ba78c6535ace7a18af23677d41b
parent810cd0dd9c0350b2a108a73a8ec2f4f1919c4a27
ff_end_tag: assert that the start is aligned.

If its start is not aligned then aligning its end will
likely break many demuxers as they check the size and not
the position.

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