movenc: Use keyframes as default fragmentation point in ismv
authorMartin Storsjö <martin@martin.st>
Tue, 10 Sep 2013 15:43:19 +0000 (18:43 +0300)
committerMartin Storsjö <martin@martin.st>
Sun, 22 Sep 2013 13:10:21 +0000 (16:10 +0300)
commitf1eac2b8a0370b908cd691086d11f51342054730
tree1c3fb7d2d23054acfb74e1be2e19215f0df45bb0
parenta9553bbb336a7186c62b3b14a0499c1b6ba61ebd
movenc: Use keyframes as default fragmentation point in ismv

Fragmenting blindly to a certain duration isn't a good choice
if one should be able to switch between different qualities,
therefore default to keyframes instead.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/movenc.c