Hello,

I have a file with a custom codec private data [H264]

Where in FFMPEG is the best place for me to set the codec private data for
this file?

As I could understand, the codec private data is basically a structure
defined by the "AVClass" of each codec, right?

So, when I set the parameters, I am actually changing the private data
too... is this correct? or not?

so, is there a way for me to set the entire buffer directly? Or I never
should not do it?

Example of codec data:
"000000016764001EACD940C037B01100000303E90000EA600F162D960000000168EEBCB0"

what do I do with this thing?
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to