]> git.sesse.net Git - ffmpeg/commit
avcodec/magicyuv: Use const uint8_t* for pointer to immutable data
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 23 Sep 2020 06:00:24 +0000 (08:00 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 26 Sep 2020 18:38:30 +0000 (20:38 +0200)
commit08e5597d2f139edda8920444a04a1b155f8a3a03
treec05e1246ad40b5e7ce3cf11250e1467712cfdee8
parentbf31b451559323776daa59003edbe9cbeed5bd91
avcodec/magicyuv: Use const uint8_t* for pointer to immutable data

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/magicyuv.c