]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/hevc.h
hevc: store the escaped/raw bitstream in HEVCNAL
[ffmpeg] / libavcodec / hevc.h
index 37131cd726084459f152b78ed930663c3c98e692..c4162e735338650e056ae7292eac5906a4a96d68 100644 (file)
@@ -692,6 +692,9 @@ typedef struct HEVCNAL {
 
     int size;
     const uint8_t *data;
+
+    int raw_size;
+    const uint8_t *raw_data;
 } HEVCNAL;
 
 struct HEVCContext;