X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavcodec%2Fh2645_parse.h;h=3e47f86c53b2f993983d9418e94c99e51a2782d4;hb=df6b44182e1f52e6982a55e9720d9e46620a0d8a;hp=2acf882d3dab30a9d35ebc97bc2c770ba73f9f74;hpb=22bec0d33f4231487547581a1f77e2e8e6eade88;p=ffmpeg diff --git a/libavcodec/h2645_parse.h b/libavcodec/h2645_parse.h index 2acf882d3da..3e47f86c53b 100644 --- a/libavcodec/h2645_parse.h +++ b/libavcodec/h2645_parse.h @@ -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;