Re: [FFmpeg-devel] [PATCH] Return EOF for ICO when the end is reached

2015-09-25 Thread Carl Eugen Hoyos
Paul B Mahol gmail.com> writes: > > Attached patch makes the ICO demuxer return EOF instead > > of EIO when the end of the file is reached. Currently, > > if you try to parse an ICO file, it will always result > > in ffmpeg outputting an error because of this. > > lgtm Patch applied. Thank

Re: [FFmpeg-devel] [PATCH] Return EOF for ICO when the end is reached

2015-09-24 Thread Paul B Mahol
On 9/24/15, Michael Bradshaw wrote: > Hello! > > Attached patch makes the ICO demuxer return EOF instead of EIO when the end > of the file is reached. Currently, if you try to parse an ICO file, it will > always result in ffmpeg outputting an error because of this. > > --Michael Bradshaw > lgtm _

[FFmpeg-devel] [PATCH] Return EOF for ICO when the end is reached

2015-09-24 Thread Michael Bradshaw
Hello! Attached patch makes the ICO demuxer return EOF instead of EIO when the end of the file is reached. Currently, if you try to parse an ICO file, it will always result in ffmpeg outputting an error because of this. --Michael Bradshaw 0001-Return-EOF-for-ICO-when-the-end-is-reached.patch De