Re: [FFmpeg-devel] Question on the “decode_failed” logic in ffmpeg.c:

2017-07-13 Thread Geek.Song
On Wed, Jul 12, 2017 at 1:50 PM, Steven Liu wrote: > 2017-07-12 12:32 GMT+08:00 Geek.Song : >> In ffmpeg.c: >> // >> // @ static int process_input_packet(InputStream *ist, const AVPacket >> *pkt, int no_eof) >> // >> if (ret < 0) { >>

[FFmpeg-devel] Question on the “decode_failed” logic in ffmpeg.c:

2017-07-11 Thread Geek.Song
In ffmpeg.c: // // @ static int process_input_packet(InputStream *ist, const AVPacket *pkt, int no_eof) // if (ret < 0) { if (decode_failed) { av_log(NULL, AV_LOG_ERROR, "Error while decoding stream #%d:%d: %s\n", ist->file_index, ist->st->index,

Re: [FFmpeg-devel] [PATCH] "configure" breaks on MSYS2 MINGW64

2015-09-12 Thread Geek.Song
On Sat, Sep 12, 2015 at 5:06 PM, Peter Belkner wrote: > Hi, > > building current FFmpeg breaks on MSYS2 MINGW64 > (http://sourceforge.net/projects/msys2/) with error "Unknown OS > 'mingw64_nt-6.0'." from "configure". > > Probably "mingw64_nt-6.0" results from "uname -s" on MSYS2 MINGW64: > >$