On Wed, May 3, 2017 at 12:58 AM, Michael Niedermayer <mich...@niedermayer.cc> wrote: > On Tue, May 02, 2017 at 02:39:46PM +0700, Muhammad Faiz wrote: >> Because write_packet() fakely writes packets to muxer by queueing >> them when muxer hasn't been initialized, it should also increment >> frame_number fakely. >> This is required because code in do_streamcopy() rely on >> frame_number. >> >> Should fix Ticket6227 >> >> Signed-off-by: Muhammad Faiz <mfc...@gmail.com> >> --- >> ffmpeg.c | 38 ++++++++++++++++++++------------------ >> 1 file changed, 20 insertions(+), 18 deletions(-) > > probably ok
Applied. > > i think in the long run all this queeuing stuff should be moved into > libavformat (there are already queues in there as well) and > not require logic in the user apps, thats off topic though > > Also, is there an simple testcase ? if so please add it to fate No. Maybe testcase in ticket entry can be a candidate. Thank's. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel