diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2012-07-04 08:13:43 -0700 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2012-07-07 10:09:59 -0700 |
commit | fdaad6354fbf1925c9bfeadd32950c503c1103ad (patch) | |
tree | eae1edc21d245f7dbcb32e51a8b73f605c53795d /libavformat/oma.h | |
parent | f27386cdc76d8524df71e684a3ec5481940004f1 (diff) | |
download | ffmpeg-fdaad6354fbf1925c9bfeadd32950c503c1103ad.tar.gz |
mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..).
Also replace x>>av_log2(sizeof(..)) + 1 by x/sizeof(..). The +1 is
probably meant to emulate av_log2_ceil(sizeof(..)) in cases where ".."
is not a power of two.
Diffstat (limited to 'libavformat/oma.h')
0 files changed, 0 insertions, 0 deletions