diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-04-18 23:13:58 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-06-12 11:54:47 +0200 |
commit | d0f76e6a11a17f211584aa56dba0e3f785c97f2e (patch) | |
tree | a74826cd292b88296e9138b8bda1551a8217afd4 /libavcodec/mpegvideo_enc.c | |
parent | 12fcbff446649fe7c2fd5aafd2d4e78c9b3b56a3 (diff) | |
download | ffmpeg-d0f76e6a11a17f211584aa56dba0e3f785c97f2e.tar.gz |
avcodec/mpegpicture: Use union for b_scratchpad and rd_scratchpad
These pointers point to the same buffers, so one can just
use a union for them and avoid synchronising one of them.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mpegvideo_enc.c')
0 files changed, 0 insertions, 0 deletions