Revert changes of Revision: 73

If one wants to know about the presence of broken_link_flag, the thing to do is to use esdots -x.
All the recovery point SEI message are reported there (included the value of broken_link_flag)

--HG--
extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%4078
issue20
loreg 2008-10-27 14:03:31 +00:00
rodzic 0a69aabc62
commit 79852099d0
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -853,11 +853,6 @@ static int read_SEI_recovery_point(nal_unit_p nal,
err = read_bit(bd,&data->broken_link_flag);
CHECK("broken_link_flag");
#if 0
if (data->broken_link_flag)
printf(" broken_link_flag is 1\n");
#endif
err = read_bits(bd,2,&data->changing_slice_group_idc);
CHECK("changing_slice_group_idc");