oneam / h264bsd

A simple h264 software decoding library
Other
194 stars 52 forks source link

ERROR: frame_mbs_only_flag #15

Closed zhfnjust closed 2 years ago

zhfnjust commented 4 years ago

hi, i got a error when i use this lib

ERROR: frame_mbs_only_flag, ERROR: SEQ_PARAM_SE,

fralonra commented 3 years ago

the latter one should be ERROR: SEQ_PARAM_SET

oneam commented 2 years ago

This decoder only supports constrained baseline profile of H.264 (https://en.wikipedia.org/wiki/Advanced_Video_Coding#Profiles)

frame_mbs_only_flag indicates that the encoding may support interlaced video, which is not supported by the constrained baseline profile.