Commit 075989c3 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '766df7ca'

* commit '766df7ca':
  dxva2: Add missing #includes

See: 9056d0c9Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents f57baf74 766df7ca
......@@ -20,9 +20,16 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "dxva2_internal.h"
#include <assert.h>
#include <string.h>
#include "libavutil/log.h"
#include "libavutil/time.h"
#include "avcodec.h"
#include "mpegvideo.h"
#include "dxva2_internal.h"
void *ff_dxva2_get_surface(const Picture *picture)
{
return picture->f.data[3];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment