Change #264177
| Category | ffmpeg |
| Changed by | Alexandru Ardelean <aardelean@deviqon.com> |
| Changed at | Fri 10 Apr 2026 18:02:28 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 1011e4d647aacfdfb6b0fff827e77b24d81218b6 |
Comments
avdevice/v4l2: wrap buf_start and buf_len into a struct This reduces the number of malloc() & free() calls, and structures the data for the buffers a bit neatly. In case more per-buffer data needs to be added, having a separate struct is useful. Signed-off-by: Alexandru Ardelean <aardelean@deviqon.com>
Changed files
- libavdevice/v4l2.c