]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hevc.h
hevc: eliminate the second call to hls_nal_unit()
[ffmpeg] / libavcodec / hevc.h
index 32c9dc3834f895dd50ccd474701558a565e63efc..41b88dbfa87498b92b042a4f67fcfd3ec43bf5ac 100644 (file)
@@ -711,6 +711,11 @@ typedef struct HEVCNAL {
 
     int raw_size;
     const uint8_t *raw_data;
+
+    GetBitContext gb;
+
+    enum NALUnitType type;
+    int temporal_id;
 } HEVCNAL;
 
 struct HEVCContext;