flvdec: Don't export metadata entries that aren't proper metadata
authorMartin Storsjö <martin@martin.st>
Tue, 11 Oct 2011 21:03:20 +0000 (00:03 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 12 Oct 2011 07:19:47 +0000 (10:19 +0300)
commit5e87222fd1dd57483c2a566e6643ca601b0e4e0c
treecc1d5ce1d6d26d1296f9265095042d65f15cce50
parentb204c46d9d31af3d8beab359efde246d293cd676
flvdec: Don't export metadata entries that aren't proper metadata

This avoids writing these entries doubly if transcoding from
flv to flv, since the muxer blindly writes any and all metadata
keys set, in addition to the fixed fields that the muxer
always writes.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/flvdec.c