Skip to content

ifo_read: don't treat 0 PGCI SRP as an error

Steve Lhomme requested to merge robUx4/libdvdread:empty-ptt into master

The comments say it exists in the wild.

calloc() may or may not return NULL in that case. Just use NULL but assume it's not an error.

Merge request reports