daala
daala copied to clipboard
Fix error in reading y4m
Fix for issue https://github.com/xiph/daala/issues/232. Modifies maximum buffer size for y4m headers. Latest versions of ffmpeg allow more than 80 characters in the header for y4m files.
Why not just use getline() instead of an arbitrary size?