Opened 12 years ago Last modified 12 years ago #749 closed defectVPS encoder/decoder mismatch — at Version 2
Description (last modified by ksuehring)
Reading or writing of the VPS syntax elements seems to be broken (which does not have any effect on decoding because these syntax elements are currently ignored).
The trace file (#define ENC_DEC_TRACE 1) differs as follows:
encoder: 0 video_parameter_set_id u(4) : 0 1 vps_temporal_id_nesting_flag u(1) : -1
decoder: 0 video_parameter_set_id u(4) : 15 1 vps_temporal_id_nesting_flag u(1) : 1
Also a flag should never be "-1". Change History (2)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by ksuehring
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|