]> git.sesse.net Git - vlc/commit
AVFormat : Don't drop metadata keys.
authorJai Menon <jmenon86@gmail.com>
Sun, 18 Jul 2010 13:13:31 +0000 (18:43 +0530)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 18 Jul 2010 15:23:39 +0000 (17:23 +0200)
commit7d9488cf0055fb8baf3b1d619d30824e7f8c4a10
tree759b407f4fceb95a21304f982b631f405108aed2
parent7f971a831498d501fb269f05e82b3c0e4f467f3a
AVFormat : Don't drop metadata keys.

The current code seems to require _all_ metadata fields to be populated
which seems a bit unreasonable.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/avformat/demux.c