Y4m.HeaderParser (y4m v0.3.4)

Parser to deserialize y4m file header according to the specification found here: https://wiki.multimedia.cx/index.php/YUV4MPEG2

Link to this section Summary

Functions

Deserialize first line in y4m file.

Link to this section Functions

Link to this function

parse(header_line)

@spec parse(binary()) :: {:ok, any()} | {:error, atom()}

Deserialize first line in y4m file.