Browse Source

vaapi_h265: Include header for slice types

The include was changed correctly in 4abe3b049d
but then mistakenly changed back by c359d624d3
(it's not just the NAL unit types which are used).
tags/n3.3
Mark Thompson 9 years ago
parent
commit
f9bb356e0e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/vaapi_encode_h265.c

+ 1
- 1
libavcodec/vaapi_encode_h265.c View File

@@ -25,7 +25,7 @@
#include "libavutil/pixfmt.h"

#include "avcodec.h"
#include "hevc.h"
#include "hevcdec.h"
#include "internal.h"
#include "put_bits.h"
#include "vaapi_encode.h"


Loading…
Cancel
Save