OSDN Git Service

qt-faststart: Simplify code by using a MIN() macro
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 30 Sep 2012 19:53:26 +0000 (21:53 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 28 Feb 2014 22:24:47 +0000 (00:24 +0200)
commitea15a9a5d8fa6a71af3101b2af18c4dcac07987f
treec7846f41e208103a8615d65b8db4fe717f5fc3aa
parent3cbc7ef3d60b6af3617079f24a4f401d83353003
qt-faststart: Simplify code by using a MIN() macro

qt-faststart doesn't use the normal libav headers at all since
it's supposed to be a completely standalone tool, so we implement
the macro locally in this file.

Signed-off-by: Martin Storsjö <martin@martin.st>
tools/qt-faststart.c