2012/3/6 Bob Self <[email protected]>: > I am trying to get a simple video play working for an xvid codec. > Below is the essential part of the > program. It stops decoding the movie at frame 2247. The video is about 1.5 > hours and has a lot more frames that that. > > The problem is that av_read_frame() is returning -32 I can't find any > documentation > about what this return value means.
Errno=32 represents "Broken pipe". Most probably it can happen if you receive source video by network protocol. You didn't tell what is the file and how you reach it from your app, so above is just guess. -- Andrey Utkin _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
