Search found 1 match

Go to advanced search

by rost
11 Jan 2007 16:27
Forum: VLC media player for Linux and friends Troubleshooting
Topic: ffmpeg encoder warning: almost fed libavcodec with a frame
Replies: 3
Views: 6624

Hi, I encountered this as well. The problem is a cast of AV_NOPTS_VALUE in modules/codec/ffmpeg/encoder.c in line 842 (version 0.8.6a). I posted a patch for vlc-trunk on vlc-devel yesterday. As a workaround you might consider replacing line 842 if ( frame.pts != (signed int) AV_NOPTS_VALUE &&...

Go to advanced search