summaryrefslogtreecommitdiff
path: root/libavcodec/xwdenc.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-07-26 08:55:32 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-08-05 03:04:05 +0200
commitcee40a945abc3568e270899eefb8bf6cf7e5ab3c (patch)
tree238c335ada0b6fe2ca97f531a32e3e7a2ef1d996 /libavcodec/xwdenc.c
parent7e8c8cc04b1cde346fb31d2cae70dda0385fa51b (diff)
avcodec/mpegvideo_motion: Constify ff_mpv_motion
Also constify the corresponding code in mpegvideo.c that handles lowres. (Unfortunately, not everything that is const could be constified: ref_picture could be made const uint8_t* const* if C allowed the safe automatic conversion from uint8_t**; and pix_op, qpix_op could be made to point to const function pointers, but C's handling of const in pointers to arrays is broken.) Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/xwdenc.c')
0 files changed, 0 insertions, 0 deletions