[FFmpeg-devel] Ticket4753 question

Paul B Mahol onemda at gmail.com
Fri Aug 7 17:59:50 CEST 2015


On 8/7/15, Ganesh Ajjanagadde <gajjanag at mit.edu> wrote:
> https://trac.ffmpeg.org/ticket/4753:
> The issue seems to come from the fact that there are multiple frames per
> packet.
> In fact, the duration field of the packet is set incorrectly,
> and reports the duration of a single frame only (80).
> Unfortunately, I do not know about where/how this needs to be done,
> but can do this if a dev outlines the process.

Write trivial g729_parser which splits input into 8 byte packets.

Problem is how to tell parser from demuxer that another non 8 byte
mode is in operation.
Because decoder operates in one of two modes, either 8 byte or 10 byte.

>
> Thanks,
> Ganesh
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list