Nicolas George (12021-03-23):
> And it is exactly what we are doing when we let users access fields
> directly.

I mean:

        AVStream **streams = ctx->streams;
        av_read_frame(ctx, &packet);
        AVStream *stream = streams[packet.stream_index];

That should work, right?

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to