]> git.sesse.net Git - ffmpeg/commit
avutil/pixdesc: Use av_strstart where appropriate
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 24 Feb 2021 02:26:36 +0000 (03:26 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 28 Feb 2021 16:14:21 +0000 (17:14 +0100)
commit114603d0b9ce5440be5efce773361fb96c290b08
treeab4d019175200c93efb75118304c8969448d0530
parent3d79ce0c29fbaca70ac3f0ac5c2e46c860bd59f9
avutil/pixdesc: Use av_strstart where appropriate

It makes the intent clearer and allows to avoid calculating the strlen
separately.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavutil/pixdesc.c