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) {
>>
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,
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:
>
>$