[FFmpeg-cvslog] avcodec/hevc_ps: fix the problem of memcmp losing effectiveness

2024-03-29 Thread Tong Wu
ffmpeg | branch: release/7.0 | Tong Wu | Fri Mar 29 23:31:20 2024 +0800| [7fa569e34d448c4a3a19fc0e5c7a74cfc9f6be59] | committer: James Almer avcodec/hevc_ps: fix the problem of memcmp losing effectiveness HEVCHdrParams* receives a pointer which points to a dynamically allocated memory block.

[FFmpeg-cvslog] avcodec/hevc_ps: fix the problem of memcmp losing effectiveness

2024-03-29 Thread Tong Wu
ffmpeg | branch: master | Tong Wu | Fri Mar 29 23:31:20 2024 +0800| [6bf17136a2bc1e6f52ea9cd27a6dcaab648efe5c] | committer: James Almer avcodec/hevc_ps: fix the problem of memcmp losing effectiveness HEVCHdrParams* receives a pointer which points to a dynamically allocated memory block. It