Change #264246
| Category | ffmpeg |
| Changed by | Jun Zhao <barryjzhao@tencent.com> |
| Changed at | Mon 13 Apr 2026 00:15:51 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 411484e8c939054b68f0d64dfe1f5b3a858f3c7d |
Comments
lavc/videotoolbox_vp9: fix vpcC flags offset Write the 24-bit vpcC flags field at the current cursor position after the version byte. The previous code wrote to p+1 instead of p, leaving one byte uninitialized between version and flags and shifting all subsequent fields (profile, level, bitdepth, etc.) by one byte. Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Changed files
- libavcodec/videotoolbox_vp9.c