On Wed, 26 Feb 2014, Vittorio Giovara wrote:

On Wed, Feb 26, 2014 at 2:43 AM, Tim Walker <[email protected]> wrote:
 libavformat/Makefile      |    4 +-
 libavformat/hevc.c        | 1062 +++++++++++++++++++++++++++++++++++++++++++++
 libavformat/hevc.h        |   29 ++
 libavformat/isom.c        |    1 +
 libavformat/matroskaenc.c |   10 +-
 libavformat/movenc.c      |   19 +-
 6 files changed, 1119 insertions(+), 6 deletions(-)
 create mode 100644 libavformat/hevc.c
 create mode 100644 libavformat/hevc.h


Do you think you could name the new files into something more descriptive?
I'd suggest hevcenc.c/h so it's in line with the other muxers and
avoids confusion with lavc's hevc.c/h

This isn't a muxer (there's already a HEVC raw muxer), but utility functions used by muxers - naming that like a muxer might be confusing (or perhaps not, I dunno).

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

Reply via email to