]> git.sesse.net Git - ffmpeg/commit
lavf/matroskadec: Simplify string length calculation.
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>
Mon, 3 Sep 2018 12:18:02 +0000 (14:18 +0200)
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>
Fri, 19 Oct 2018 18:36:55 +0000 (20:36 +0200)
commit6871c171735959fb882e43755abbd33a62b14e0c
tree68fbd4c9cacdc541de4a582701f926bcd66154b7
parent10f468156c0109a06854b5d672c5209a88923ce9
lavf/matroskadec: Simplify string length calculation.

FFmpeg relies on sizeof(char) == 1.
libavformat/matroskadec.c