]> git.sesse.net Git - ffmpeg/commit
libavformat/ty: use decimal constant for shift
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 19 Sep 2018 16:05:23 +0000 (18:05 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 7 Oct 2018 01:03:09 +0000 (03:03 +0200)
commit8c49340b189fe6e2f563a00c708eec97101ae337
tree27bb47e73f2a15a78cf6d17b2514acd10684cdf3
parentad89e203bfedf25df00e2a6ed9196170d772f25b
libavformat/ty: use decimal constant for shift

This was the only case in the source that uses a hexadecimal shift value.
The change removed a special case in respect to greping

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