Gautam Ramakrishnan (12020-06-27): > This will require me to remove the decode_header() function and add the > logic directly into the decode_frame function. If that is fine, I shall remove > PGX context structrure.
No, it requires nothing of the sort. You can pass pointers to the individual variables to decode_header() just as well as you could pass a pointer to the whole context. Or, as I already explained, you can group the variable in another structure if that is more convenient. Regards, -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
