]> git.sesse.net Git - ffmpeg/commit
avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContext
authorAman Gupta <aman@tmm1.net>
Fri, 23 Aug 2019 19:56:33 +0000 (12:56 -0700)
committerAman Gupta <aman@tmm1.net>
Wed, 11 Sep 2019 02:01:13 +0000 (19:01 -0700)
commitc0c7946196710d0579a9c85bf65289d5a123ab89
tree35373c710bfb5d4930efe033bbcf9c61b29c7af1
parentd61cf1b1ebc2477749d7d7825a072400ed24af9f
avcodec/v4l2_m2m: decouple v4l2_m2m helpers from AVCodecContext

This will allow re-use of the m2m backend with AVFilterContext

Signed-off-by: Aman Gupta <aman@tmm1.net>
libavcodec/v4l2_context.c
libavcodec/v4l2_m2m.c
libavcodec/v4l2_m2m.h
libavcodec/v4l2_m2m_dec.c
libavcodec/v4l2_m2m_enc.c