Steve Lhomme: > From: Steve Lhomme <[email protected]> > > So they are sorted by their EBML path, in reverse order so we don't extra > declarations.
A parent and a child reference each other (in most instances), so I don't see how you would avoid forward declarations at all. (If the forward declarations were avoidable by reordering, it would already have been done.) The reason you seemingly don't need forward declarations in matroskasem.c is because they are contained in matroskasem.h. - Andreas _______________________________________________ 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".
