diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-12 22:55:47 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-12 22:55:47 +0200 |
commit | 4c42c66935a7bdaded8667fa76dc0945ae66e867 (patch) | |
tree | 34fe29a6bbbbd099f728a5c082f124fa8cf5d053 /libavcodec/hevc.h | |
parent | 760304e4c3184d65cf90a017ea75ed40c3b823ea (diff) | |
parent | ae05b4865514fd71b5e9431e93aa0d03d7ba7751 (diff) | |
download | ffmpeg-4c42c66935a7bdaded8667fa76dc0945ae66e867.tar.gz |
Merge commit 'ae05b4865514fd71b5e9431e93aa0d03d7ba7751'
* commit 'ae05b4865514fd71b5e9431e93aa0d03d7ba7751':
hevc: eliminate the second call to hls_nal_unit()
Conflicts:
libavcodec/hevc.c
Merged-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r-- | libavcodec/hevc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index 73824514c9..8f4346efa2 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -754,6 +754,11 @@ typedef struct HEVCNAL { int raw_size; const uint8_t *raw_data; + + GetBitContext gb; + + enum NALUnitType type; + int temporal_id; } HEVCNAL; typedef struct HEVCLocalContext { |