Re: [FFmpeg-devel] Passing Data from AVFrame to AVPacket

2017-01-29 Thread wm4
On Sun, 29 Jan 2017 22:24:12 + (UTC) wrote: > Hello devs, > > I have a quick question about passing data from AVFrame to AVPacket. Assume > that we are encoding video and we have a custom metadata that needs to be > handled in a frame accurate manner. The AVFrame can refer to this using t

[FFmpeg-devel] Passing Data from AVFrame to AVPacket

2017-01-29 Thread berkaydereli-at-yahoo.com
Hello devs, I have a quick question about passing data from AVFrame to AVPacket. Assume that we are encoding video and we have a custom metadata that needs to be handled in a frame accurate manner. The AVFrame can refer to this using the opaque pointer. However, due to the nature of video codi