]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h2645_parse.h
lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packets
[ffmpeg] / libavcodec / h2645_parse.h
index 2acf882d3dab30a9d35ebc97bc2c770ba73f9f74..3e47f86c53b2f993983d9418e94c99e51a2782d4 100644 (file)
@@ -56,6 +56,11 @@ typedef struct H2645NAL {
      */
     int temporal_id;
 
+    /*
+     * HEVC only, identifier of layer to which nal unit belongs
+     */
+    int nuh_layer_id;
+
     int skipped_bytes;
     int skipped_bytes_pos_size;
     int *skipped_bytes_pos;