ibc / libsdptransform

Session Description Protocol C++ parser/writer based on the sdp-transform JavaScript library
MIT License
134 stars 56 forks source link

Expanded accepted "source-filter" grammar #30

Closed tsidea closed 1 month ago

tsidea commented 1 month ago

The sdp "source-filter" attribute will now also accept the situation where there is no space after colons (i.e. "source-filter:excl" is accepted whereas before only "source-filter: excl" was acceptable).

ibc commented 1 month ago

Thanks