On Thu, Mar 24, 2016 at 08:35:19PM +0530, Suresh Kumar wrote:
> Hello,
>
> Currently i am integrating a third party video decoder to FFMPEG.
> I have an issue with my decoder. As it is giving multiple output frames for
> single packet/frame.
>
> I have tried the possible scenarios
> 1. If i retur
Suresh Kumar gmail.com> writes:
> Please suggest me how to proceed.
You could send your patch for review to this mailing list.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Hello,
Currently i am integrating a third party video decoder to FFMPEG.
I have an issue with my decoder. As it is giving multiple output frames for
single packet/frame.
I have tried the possible scenarios
1. If i return the decode function immediately(with consumed bytes) after
getting the outpu