I forgot that this one was already applied, but it also didn't change in
the new set, so no harm in re-sending it. Now it all lines up perfectly!
The other patches got a few cosmetic changes, and one added error check in
the "add hwaccel hooks" patch.
- Hendrik
___
This enables decode_nal_unit to access additional fields added in
subsequent commits.
---
libavcodec/hevc.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c
index 2bd89ec..8f60b3d 100644
--- a/libavcodec/hevc.c
+++ b/libavcodec/hevc.
On Sat, Jan 24, 2015 at 03:26:15PM +0100, Hendrik Leppkes wrote:
> This enables decode_nal_unit to access additional fields added in
> subsequent commits.
> ---
> libavcodec/hevc.c | 8
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/libavcodec/hevc.c b/libavcodec/hevc
This enables decode_nal_unit to access additional fields added in
subsequent commits.
---
libavcodec/hevc.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c
index 2bd89ec..8f60b3d 100644
--- a/libavcodec/hevc.c
+++ b/libavcodec/hevc.