Hello,
I' m trying to find encoding process in ffmpeg.c and i remarked that it ends up
in utils.c
In function av_codec_encode_video ( ) in utils.c the encoding is made by
instruction
int ret = avctx->codec->encode(avctx, buf, buf_size, (void *)pict);
The problem is that I do not find the source of the pointed function
encode (avctx, buf, buf_size, (void *)pict) in all solution neither in net.
Can you indicate me where I can find it 's source and if I am making some
mistakes.
Is there any doc explaining the whole process ??
Thanks,
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user