Files
ffmpeg-rockchip/libavformat
Andreas Rheinhardt 83c0f7b046 avformat/evcdec: Avoid nonsense casts
For uint8_t buf[EVC_NALU_LENGTH_PREFIX_SIZE], &buf still points
to the beginning of buf, but it is of type "pointer to array of
EVC_NALU_LENGTH_PREFIX_SIZE uint8_t" (i.e. pointer arithmetic
would operate on blocks of size EVC_NALU_LENGTH_PREFIX_SIZE).
This is of course a different type than uint8_t*, which is why
there have been casts in evc_read_packet(). But these are unnecessary
if one justs removes the unnecessary address-of operator.

Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2023-07-07 03:47:29 +02:00
..
2023-05-31 09:03:58 -07:00
2023-06-29 20:22:58 +02:00
2023-06-20 12:47:00 +02:00
2023-01-27 19:45:36 +01:00
2023-01-27 19:45:36 +01:00
2022-12-01 11:21:15 +01:00
2023-01-25 18:49:09 +01:00
2023-02-18 09:56:40 +01:00
2022-12-01 11:21:14 +01:00
2023-06-27 12:52:38 -03:00
2023-07-07 03:47:29 +02:00
2023-05-20 13:06:38 +02:00
2023-05-31 09:03:58 -07:00
2023-05-31 09:03:58 -07:00
2023-05-31 09:03:58 -07:00
2023-06-20 01:13:38 +02:00
2023-06-29 14:12:50 -03:00
2023-03-16 22:52:41 +08:00
2023-03-25 22:14:09 +08:00
2023-04-20 16:11:18 +02:00
2023-01-11 18:50:36 +08:00
2023-06-29 14:12:50 -03:00
2023-06-12 23:43:05 +02:00
2023-02-22 18:01:51 +01:00
2023-02-11 11:30:46 +01:00
2023-01-13 11:22:59 -06:00
2023-04-02 10:18:56 +05:30
2023-01-24 16:58:01 +01:00
2023-01-30 21:02:48 +01:00