On Mon, Mar 31, 2008 at 2:40 PM, Reimar Döffinger < [EMAIL PROTECTED]> wrote:
> On Mon, Mar 31, 2008 at 01:32:52PM +0530, Sisir Koppaka wrote: > > I've set the two FF_BUFFER_HINTS mentioned above, but how do we use the > > same AVFrame? Currently I'm using an AVFrame declared within BFIContext, > my > > context structure. > > Do whatever the nuv.c decoder does, I think that is the easiest example. > I'm trying to fix this. Meanwhile with the addition of video demuxing, the audio has stopped for some reason. It's sending the packets all right to the audio decoder, looking from the debug av_logs - any suggestions about where one might go wrong handling multiple streams in a demuxer? Another question: Is it necessary to set pkt->pts in timebase units for both audio and video or like when & how should we set pkt->pts? ----------------- Sisir Koppaka _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
