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
No related merge requests found
...@@ -219,7 +219,7 @@ const char * NALU_TYPE[] = ...@@ -219,7 +219,7 @@ const char * NALU_TYPE[] =
"NAL_UNIT_CODED_SLICE_IDR_N_LP", "NAL_UNIT_CODED_SLICE_IDR_N_LP",
"NAL_UNIT_CODED_SLICE_CRA", "NAL_UNIT_CODED_SLICE_CRA",
#if JVET_N0865_GRA2GDR #if JVET_N0865_GRA2GDR
"NAL_UNIT_CODED_SLICE_GRA", "NAL_UNIT_CODED_SLICE_GDR",
#else #else
"NAL_UNIT_CODED_SLICE_GRA", "NAL_UNIT_CODED_SLICE_GRA",
#endif #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