Skip to content
Snippets Groups Projects
Commit f5034442 authored by Hendry's avatar Hendry
Browse files

Fix typo in parcat.cpp related to NAL_UNIT_CODED_SLICE_GRA

parent 643448ff
No related branches found
No related tags found
1 merge request!918JVET-N0865: GDR Non-Signalling Part
......@@ -219,7 +219,7 @@ const char * NALU_TYPE[] =
"NAL_UNIT_CODED_SLICE_IDR_N_LP",
"NAL_UNIT_CODED_SLICE_CRA",
#if JVET_N0865_GRA2GDR
"NAL_UNIT_CODED_SLICE_GRA",
"NAL_UNIT_CODED_SLICE_GDR",
#else
"NAL_UNIT_CODED_SLICE_GRA",
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment