]> git.sesse.net Git - ffmpeg/commit
lavc: move AVFrame.hwaccel_picture_private to Picture.
authorAnton Khirnov <anton@khirnov.net>
Mon, 8 Oct 2012 05:50:14 +0000 (07:50 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 8 Mar 2013 06:36:01 +0000 (07:36 +0100)
commitad0c9f2d5d81e22207c6ccecc426bf7306acc327
tree478b27e382f7a3e26e1a01c39cef92929cfa1f09
parent1a5e9130162b8adc898e5f6aea82b6372d1e4e6c
lavc: move AVFrame.hwaccel_picture_private to Picture.

This field is private and should not be present in a public struct. It
is only used in DXVA with mpegvideo-based decoders currently.
libavcodec/avcodec.h
libavcodec/dxva2_h264.c
libavcodec/dxva2_mpeg2.c
libavcodec/dxva2_vc1.c
libavcodec/mpegvideo.c
libavcodec/mpegvideo.h
libavutil/version.h