Skip to content

fourcc: Search entire file instead of one line at a time

Scott Moreau requested to merge github/fork/soreau/dynamic-formats into master

The regex matching formats and modifiers were reading ahead to a nonexistent condition since the code was reading one line at a time. Fix this by reading the entire file into a string and parsing it from there. This effectively adds *_GOB mod formats.

Merge request reports