daala icon indicating copy to clipboard operation
daala copied to clipboard

Fix error in reading y4m

Open JoshuaEbenezer opened this issue 4 years ago • 1 comments

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.

JoshuaEbenezer avatar Aug 13 '21 21:08 JoshuaEbenezer

Why not just use getline() instead of an arbitrary size?

sandsmark avatar Oct 06 '21 18:10 sandsmark