[FFmpeg-devel] [PATCH] use new metadata API in nut

Aurelien Jacobs aurel
Thu Feb 26 23:55:36 CET 2009


Hi,

nut is the last (de)muxer to still use the old metadata API. So attached
patch converts it. A few things to note:
  - The demuxer don't export the following tags: "Uses","Depends","Replaces"
    This is intended, because those values have no meaning outside the
    nut demuxer itself.
  - The muxer is only a straight conversion of current muxer, which will
    thus only mux "Title", "Author" and "Copyright".
    I intend to support generic tag muxing in the future, but this requires
    some more work to get it right, so it will have to wait a bit more.
    (it requires checking the validity of keys and values to decide if
    it's an official tag or a non-standard one requiring a "X-" prefix)

Aurel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: md_nut.diff
Type: text/x-patch
Size: 3794 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090226/fdbb7829/attachment.bin>



More information about the ffmpeg-devel mailing list