]> git.sesse.net Git - ffmpeg/commit
h264_ps: pass AVCodecContext as void* where possible
authorAnton Khirnov <anton@khirnov.net>
Fri, 13 Mar 2020 09:21:28 +0000 (10:21 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 27 Mar 2020 12:43:40 +0000 (13:43 +0100)
commitad9052c4f8edc07b4f198e5b4845532e78a66ab7
treec2623efd93efedbbe3cd7315f3278598ec57e280
parentddf6ca3a0ea2c2544c8170bd3f630c61fa343105
h264_ps: pass AVCodecContext as void* where possible

Makes sure it is only used for logging and nothing else.
libavcodec/h264_ps.c