[FFmpeg-devel] [PATCH 0/2] libavformat/mxfenc: write package name metadata

Mark Reid mindmark at gmail.com
Sun Mar 1 22:30:53 CET 2015


changes since v1:
* split into 2 patches
* added avformat minor version bump
* search for file_package_name in stream metadata as well,
thats where the demuxer puts the key

Mark Reid (2):
  libavformat/avio: added avio_put_str16be
  libavformat/mxfenc: write package name metadata

 libavformat/avio.h        |  6 ++++
 libavformat/aviobuf.c     | 50 ++++++++++++++-------------
 libavformat/mxfenc.c      | 88 +++++++++++++++++++++++++++++++++++++++++------
 libavformat/version.h     |  2 +-
 tests/ref/lavf/mxf        |  6 ++--
 tests/ref/lavf/mxf_d10    |  2 +-
 tests/ref/lavf/mxf_opatom |  2 +-
 7 files changed, 116 insertions(+), 40 deletions(-)

-- 
2.2.1



More information about the ffmpeg-devel mailing list