On Sat, 1 Mar 2014, Vittorio Giovara wrote:

This helps in disentangling lavf and lavc too.
---
libavcodec/mathops.h | 9 ---------
libavformat/mpegts.c | 8 +++++++-
2 files changed, 7 insertions(+), 10 deletions(-)

This is ok with me, but any other internal generic utility macro header (within lavf or lavu) would be ok as well - I'd like to hear Anton's opinion on it.

That is, this one doesn't matter so much where it actually is, as long as:
1) it's just a macro and not something that creates actual, non-static functions
2) it isn't made public
3) it isn't in a header mixed with things that cannot be used from other libraries (such as mathops.h where it is right now)

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to