]> git.sesse.net Git - ffmpeg/commit
asfdec: read the full Metadata Object, not just aspect ratio information
authorVladimir Pantelic <vladoman@gmail.com>
Wed, 6 Feb 2013 13:35:26 +0000 (14:35 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sat, 9 Feb 2013 17:57:21 +0000 (18:57 +0100)
commit61f9ad2dfcb3f98b7ac5777d19d0e7b61d0be01e
tree2865d91d36f80bd857e49ad1bf9cb387f917eb15
parent36fab50e90d15352e403e4cc210890810f2fb4e2
asfdec: read the full Metadata Object, not just aspect ratio information

Use the same get_tag()/get_value() as for the Extended Content Description
but handle the 16 bit vs 32 bit difference for type 2 (BOOL)

Signed-off-by: Vladimir Pantelic <vladoman@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavformat/asfdec.c