[FFmpeg-devel] [PATCH v2 4/6] lavc/qsvdec: remove orignal parser code since not needed now

Mark Thompson sw at jkqxz.net
Wed Feb 20 23:22:53 EET 2019


On 20/02/2019 02:58, Zhong Li wrote:
> Signed-off-by: Zhong Li <zhong.li at intel.com>
> ---
>  configure           | 10 +++++-----
>  libavcodec/qsvdec.c | 16 +---------------
>  libavcodec/qsvdec.h |  2 --
>  3 files changed, 6 insertions(+), 22 deletions(-)

You can't remove this, it's still needed - the stream properties must be determined before the get_format() callback.

Similarly, you will need to extend the VP9 parser to return the relevant information for the following patch so that it works in general rather than only in cases where the user can supply it externally.  It should be quite straightforward; see 182cf170a544bce069c8690c90b49381150a1f10.

- Mark


More information about the ffmpeg-devel mailing list